Skip to content

Commit 3e973f9

Browse files
committedNov 12, 2024·
Enable skipLibCheck.
1 parent 767658b commit 3e973f9

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
@@ -36,6 +36,7 @@
3636
/* Strict Type-Checking Options */
3737
"strict": true, /* Enable all strict type-checking options. */
3838
"skipDefaultLibCheck": true,
39+
"skipLibCheck": true,
3940
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
4041
// "strictNullChecks": true, /* Enable strict null checks. */
4142
// "strictFunctionTypes": true, /* Enable strict checking of function types. */

0 commit comments

Comments
 (0)
Please sign in to comment.