We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5513f commit 58fd186Copy full SHA for 58fd186
package.json
@@ -68,8 +68,8 @@
68
"scripts": {
69
"lint": "eslint --cache .",
70
"lint:fix": "pnpm run lint --fix",
71
- "build": "tsup",
72
- "dev": "tsup --watch",
+ "build": "tsdown",
+ "dev": "tsdown --watch",
73
"test": "vitest",
74
"typecheck": "vue-tsc --noEmit",
75
"release": "bumpp && pnpm publish",
@@ -93,7 +93,7 @@
93
"change-case": "^5.4.4",
94
"eslint": "^9.20.1",
95
"prettier": "^3.5.1",
96
- "tsup": "^8.3.6",
+ "tsdown": "^0.5.9",
97
"tsx": "^4.19.2",
98
"typescript": "^5.7.3",
99
"vite": "^6.1.0",
0 commit comments