Skip to content

Commit b0b8d11

Browse files
committed
fix: tsc skip checking node_modules types
1 parent 97f45b9 commit b0b8d11

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
@@ -25,6 +25,7 @@
2525
"moduleResolution": "node",
2626

2727
/* Advanced Options */
28+
"skipLibCheck": true,
2829
"forceConsistentCasingInFileNames": true
2930
},
3031
"include": ["./lib/"],

0 commit comments

Comments
 (0)