Skip to content

Commit bcf93ae

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents 9752502 + 51af1a9 commit bcf93ae

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)