Skip to content

Commit 18cfbc1

Browse files
chore: enable skipLibCheck (#198)
1 parent 8fd755d commit 18cfbc1

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
@@ -6,6 +6,7 @@
66
"allowJs": true,
77
"checkJs": true,
88
"outDir": "dist/esm",
9+
"skipLibCheck": true,
910
"target": "ES2022",
1011
"lib": ["ES2022"],
1112
"moduleResolution": "NodeNext",

0 commit comments

Comments
 (0)