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 0d53f6b commit cc0f5c9Copy full SHA for cc0f5c9
tsconfig.json
@@ -4,12 +4,14 @@
4
"target": "es6",
5
"outDir": "out",
6
"lib": [
7
- "es6", "dom"
+ "es2020", "dom"
8
],
9
+ "types": ["node"],
10
"sourceMap": true,
11
"rootDir": "src",
12
// "esModuleInterop": true,
- "strict": true /* enable all strict type-checking options */
13
+ "strict": true, /* enable all strict type-checking options */
14
+ "skipLibCheck": true,
15
/* Additional Checks */
16
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
17
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
0 commit comments