Skip to content

Commit 58fd186

Browse files
committed
refactor: migrate to tsdown
1 parent 6c5513f commit 58fd186

File tree

3 files changed

+415
-374
lines changed

3 files changed

+415
-374
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"scripts": {
6969
"lint": "eslint --cache .",
7070
"lint:fix": "pnpm run lint --fix",
71-
"build": "tsup",
72-
"dev": "tsup --watch",
71+
"build": "tsdown",
72+
"dev": "tsdown --watch",
7373
"test": "vitest",
7474
"typecheck": "vue-tsc --noEmit",
7575
"release": "bumpp && pnpm publish",
@@ -93,7 +93,7 @@
9393
"change-case": "^5.4.4",
9494
"eslint": "^9.20.1",
9595
"prettier": "^3.5.1",
96-
"tsup": "^8.3.6",
96+
"tsdown": "^0.5.9",
9797
"tsx": "^4.19.2",
9898
"typescript": "^5.7.3",
9999
"vite": "^6.1.0",

0 commit comments

Comments
 (0)