Skip to content

Commit b9a618d

Browse files
committed
chore: tsc skip lib check
1 parent 8603e65 commit b9a618d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"rootDir": "src",
77
"strict": true,
88
"target": "ESNext",
9-
"moduleResolution": "Bundler"
9+
"moduleResolution": "Bundler",
10+
"skipLibCheck": true
1011
},
1112
"include": ["./src/**/*"],
1213
"ts-node": {

0 commit comments

Comments
 (0)