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 20b4c1b commit ad717a5Copy full SHA for ad717a5
1 file changed
tsconfig.json
@@ -1,10 +1,10 @@
1
{
2
"compilerOptions": {
3
- "rootDir": "src",
4
- "types": ["emscripten"],
+ "module": "esnext",
+ "types": ["emscripten", "mocha", "node"],
5
"allowImportingTsExtensions": true,
6
"declaration": true,
7
"noEmit": true
8
},
9
- "include": ["src"]
+ "include": ["scripts", "src", "test"]
10
}
0 commit comments