Skip to content

Commit badf3d0

Browse files
authored
Merge pull request #478 from olafyang/dts
Replace rollup-plugin-dts with vite-plugin-dts to fix type declaration issues
2 parents 657d680 + 81344e9 commit badf3d0

File tree

3 files changed

+428
-55
lines changed

3 files changed

+428
-55
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,11 @@
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",
76-
"rollup-plugin-typescript-paths": "^1.5.0",
7775
"tslib": "^2.8.1",
7876
"typescript": "^5.7.2",
7977
"typescript-eslint": "^8.18.1",
8078
"vite": "^6.0.5",
79+
"vite-plugin-dts": "^4.5.0",
8180
"vitepress": "^1.5.0",
8281
"vitest": "^2.1.8",
8382
"vue": "^3.5.0"

0 commit comments

Comments
 (0)