Skip to content

Commit d6b6a98

Browse files
committed
Adding the skipLibCheck setting.
1 parent 3ccf692 commit d6b6a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"noPropertyAccessFromIndexSignature": true,
1010
"noImplicitReturns": true,
1111
"noFallthroughCasesInSwitch": true,
12+
"skipLibCheck": true,
1213
"sourceMap": true,
1314
"declaration": false,
1415
"downlevelIteration": true,

0 commit comments

Comments
 (0)