Skip to content

Commit 0c8b29f

Browse files
committed
build: fixed dependency type errors by skipping lib check in TS
[ci skip]
1 parent 39bc959 commit 0c8b29f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"esModuleInterop": true,
1313
"allowSyntheticDefaultImports": true,
1414
"resolveJsonModule": true,
15+
"skipLibCheck": true,
1516
"moduleResolution": "node",
1617
"module": "CommonJS",
1718
"target": "ES2022",

0 commit comments

Comments
 (0)