Skip to content

Commit 51af1a9

Browse files
fix compilation issue
1 parent b252fb8 commit 51af1a9

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,7 +4,7 @@
44
"noImplicitAny": false,
55
"noUnusedLocals": false,
66
"noUnusedParameters": true,
7-
"suppressImplicitAnyIndexErrors": true,
7+
//"suppressImplicitAnyIndexErrors": true,
88
"allowSyntheticDefaultImports": true,
99
"target": "ES6",
1010
"moduleResolution": "node",
@@ -13,7 +13,9 @@
1313
"noLib": false,
1414
"declaration": true,
1515
"lib": ["es5", "es6", "scripthost", "dom"],
16-
"outDir": "dist"
16+
"outDir": "dist",
17+
"types": [],
18+
"skipLibCheck": true
1719
},
1820
"include": [
1921
"src/**/*",

0 commit comments

Comments
 (0)