Skip to content

Commit

Permalink
chore: enable skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
en9inerd committed Apr 26, 2024
1 parent 9ad2794 commit 33cde04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
/* Advanced Options */
// "skipLibCheck": true, /* Skip type checking of declaration files. */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
},
"include": [
Expand Down

0 comments on commit 33cde04

Please sign in to comment.