Skip to content

Commit 0fc03d9

Browse files
committed
Add tsconfig.json for browser_test
1 parent 9bb12d0 commit 0fc03d9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"compilerOptions": {
3+
"target": "esnext",
4+
"module": "nodenext",
5+
"lib": ["ES2020"],
6+
"strict": true,
7+
"esModuleInterop": true,
8+
"types": ["node"]
9+
},
10+
"include": ["**/*.ts"],
11+
"exclude": ["node_modules"]
12+
}

0 commit comments

Comments
 (0)