Skip to content

Commit

Permalink
Enable skipLibCheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Nov 12, 2024
1 parent 767658b commit 3e973f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
/* Strict Type-Checking Options */
"strict": true, /* Enable all strict type-checking options. */
"skipDefaultLibCheck": true,
"skipLibCheck": true,
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
// "strictNullChecks": true, /* Enable strict null checks. */
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
Expand Down

0 comments on commit 3e973f9

Please sign in to comment.