Skip to content

Commit cc0f5c9

Browse files
committed
Fixing build issues
1 parent 0d53f6b commit cc0f5c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"target": "es6",
55
"outDir": "out",
66
"lib": [
7-
"es6", "dom"
7+
"es2020", "dom"
88
],
9+
"types": ["node"],
910
"sourceMap": true,
1011
"rootDir": "src",
1112
// "esModuleInterop": true,
12-
"strict": true /* enable all strict type-checking options */
13+
"strict": true, /* enable all strict type-checking options */
14+
"skipLibCheck": true,
1315
/* Additional Checks */
1416
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
1517
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */

0 commit comments

Comments
 (0)