We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb12d0 commit 0fc03d9Copy full SHA for 0fc03d9
1 file changed
Platforms/emscripten/browser_test/tsconfig.json
@@ -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