Skip to content

Commit 89d09fb

Browse files
committed
fix: types build works if you skipLibCheck in tsconfig
1 parent d2dfaff commit 89d09fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"downlevelIteration": true,
1010
"esModuleInterop": true,
1111
"outDir": "./types",
12-
"declaration": true
12+
"declaration": true,
13+
"skipLibCheck": true
1314
},
1415
"files": [
1516
"./src/vuedraggable.js"

0 commit comments

Comments
 (0)