Skip to content

Commit e0c9853

Browse files
committed
work around build issue of bad upstream types
1 parent eaf6c45 commit e0c9853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "./"
4+
"outDir": "./",
5+
"skipLibCheck": true
56
},
67
"include": ["./**/*.ts"],
78
"exclude": []

0 commit comments

Comments
 (0)