Skip to content

Commit

Permalink
Add skipLibCheck to TypeScript config
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Nov 17, 2023
1 parent 359c1f1 commit 9e4625d
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 @@ -8,6 +8,7 @@
"noEmit": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist",
"skipLibCheck": true,
"strict": true,
"target": "es5",
"verbatimModuleSyntax": true
Expand Down

0 comments on commit 9e4625d

Please sign in to comment.