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 c910d83 commit 74166afCopy full SHA for 74166af
1 file changed
tsconfig.json
@@ -12,7 +12,8 @@
12
"noImplicitReturns": true,
13
"noFallthroughCasesInSwitch": true,
14
"strictNullChecks": true,
15
- "strictBuiltinIteratorReturn": false
+ "strictBuiltinIteratorReturn": false,
16
+ "skipLibCheck": true
17
},
18
"include": ["./src/**/*.ts", "./test/**/*.ts", "webpack.config.js"],
19
"exclude": ["node_modules", ".vscode", ".vscode-test"]
0 commit comments