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 faea9ec commit daff4eeCopy full SHA for daff4ee
1 file changed
tsconfig.json
@@ -9,6 +9,7 @@
9
"strictNullChecks": true,
10
"checkJs": true,
11
"skipLibCheck": true,
12
- "allowImportingTsExtensions": true
+ "allowImportingTsExtensions": true,
13
+ "types": ["node"]
14
}
15
0 commit comments