Skip to content

Commit 8fecd35

Browse files
committed
Add skipLibCheck again to fix type issues
1 parent 38c9a95 commit 8fecd35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"noUnusedParameters": true,
99
"pretty": true,
1010
"resolveJsonModule": true,
11+
"skipLibCheck": true,
1112
"strict": true,
1213
"target": "ES2022",
1314
"useDefineForClassFields": false

0 commit comments

Comments
 (0)