Skip to content

Commit 74166af

Browse files
committed
Dont check library code when typechecking
1 parent c910d83 commit 74166af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"noImplicitReturns": true,
1313
"noFallthroughCasesInSwitch": true,
1414
"strictNullChecks": true,
15-
"strictBuiltinIteratorReturn": false
15+
"strictBuiltinIteratorReturn": false,
16+
"skipLibCheck": true
1617
},
1718
"include": ["./src/**/*.ts", "./test/**/*.ts", "webpack.config.js"],
1819
"exclude": ["node_modules", ".vscode", ".vscode-test"]

0 commit comments

Comments
 (0)