Skip to content

Commit 627c8c1

Browse files
committed
replace rollup-plugin-dts with vite-plugin-dts
this fixes missing vue imports in d.ts file
1 parent f02122c commit 627c8c1

File tree

3 files changed

+428
-42
lines changed

3 files changed

+428
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
"rollup": "^4.29.1",
7373
"rollup-plugin-css-only": "^4.5.2",
7474
"rollup-plugin-delete": "^2.1.0",
75-
"rollup-plugin-dts": "^6.1.1",
7675
"rollup-plugin-typescript-paths": "^1.5.0",
7776
"tslib": "^2.8.1",
7877
"typescript": "^5.7.2",
7978
"typescript-eslint": "^8.18.1",
8079
"vite": "^6.0.5",
80+
"vite-plugin-dts": "^4.5.0",
8181
"vitepress": "^1.5.0",
8282
"vitest": "^2.1.8",
8383
"vue": "^3.5.0"

0 commit comments

Comments
 (0)