Skip to content

Commit 53aa8b7

Browse files
authored
ci: Add skipLibCheck to fix type check CI failure (#3001)
1 parent 2372fd3 commit 53aa8b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"emitDeclarationOnly": true,
88
"outDir": "types",
99
"noImplicitAny": false,
10-
"allowJs": false
10+
"allowJs": false,
11+
"skipLibCheck": true
1112
},
1213
"include": [
1314
"src/*.ts"

0 commit comments

Comments
 (0)