Skip to content

Commit

Permalink
revert skipLibCheck (not sure why it's not giving me trouble now)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 14, 2024
1 parent 314f125 commit cc513dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./",
"skipLibCheck": true
"outDir": "./"
},
"include": ["./**/*.ts"],
"exclude": []
Expand Down

0 comments on commit cc513dd

Please sign in to comment.