Skip to content

Commit 0c31bba

Browse files
committed
revert skipLibCheck (not sure why it's not giving me trouble now)
1 parent 314f125 commit 0c31bba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "./",
5-
"skipLibCheck": true
4+
"outDir": "./"
65
},
76
"include": ["./**/*.ts"],
87
"exclude": []

0 commit comments

Comments
 (0)