Skip to content

Commit ad717a5

Browse files
committed
chore: improve type checking
1 parent 20b4c1b commit ad717a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "src",
4-
"types": ["emscripten"],
3+
"module": "esnext",
4+
"types": ["emscripten", "mocha", "node"],
55
"allowImportingTsExtensions": true,
66
"declaration": true,
77
"noEmit": true
88
},
9-
"include": ["src"]
9+
"include": ["scripts", "src", "test"]
1010
}

0 commit comments

Comments
 (0)