Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit fa9db38

Browse files
committed
skip lib check
1 parent 30bb927 commit fa9db38

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
@@ -5,7 +5,8 @@
55
"outDir": "dist",
66
"lib": ["ESNext", "ESNext.Disposable"],
77
"moduleResolution": "NodeNext",
8-
"declaration": true
8+
"declaration": true,
9+
"skipLibCheck": true
910
},
1011
"include": ["src/**/*.ts"],
1112
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)