diff --git a/tsconfig.json b/tsconfig.json index 306a1893..9df295e3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,10 @@ { "compilerOptions": { - "rootDir": "src", - "types": ["emscripten"], + "module": "esnext", + "types": ["emscripten", "mocha", "node"], "allowImportingTsExtensions": true, "declaration": true, "noEmit": true }, - "include": ["src"] + "include": ["scripts", "src", "test"] }