Skip to content

Commit d6b6a98

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
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)