Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 3be33fe

Browse files
author
hotchemi
committed
Add skipLibCheck.
1 parent e523939 commit 3be33fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"preserveConstEnums": true,
1313
"sourceMap": true,
1414
"strictNullChecks": true,
15-
"declaration": true
15+
"declaration": true,
16+
"skipLibCheck":true,
1617
},
1718
"filesGlob": [
1819
"src/**/*.ts",

0 commit comments

Comments
 (0)