Skip to content

Commit d19a4f2

Browse files
committed
chore: use tsdown
1 parent 39e3572 commit d19a4f2

File tree

3 files changed

+647
-36
lines changed

3 files changed

+647
-36
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"scripts": {
9393
"lint": "eslint --cache .",
9494
"lint:fix": "pnpm run lint --fix",
95-
"build": "tsup",
96-
"dev": "tsup --watch",
95+
"build": "tsdown",
96+
"dev": "tsdown --watch",
9797
"test": "vitest",
9898
"play": "pnpm run -C ./playground dev",
9999
"release": "bumpp && pnpm publish",
@@ -115,7 +115,7 @@
115115
"@sxzz/prettier-config": "^2.0.2",
116116
"@types/babel__traverse": "^7.20.7",
117117
"@types/eslint": "^9.6.1",
118-
"@types/node": "^20.14.11",
118+
"@types/node": "^22.15.3",
119119
"@typescript-eslint/types": "^8.31.0",
120120
"@typescript-eslint/utils": "^8.30.1",
121121
"@vue-macros/reactivity-transform": "^0.4.6",
@@ -126,6 +126,7 @@
126126
"eslint-define-config": "^2.1.0",
127127
"fast-glob": "^3.3.2",
128128
"prettier": "^3.3.3",
129+
"tsdown": "0.11.0-beta.2",
129130
"tsup": "^8.2.2",
130131
"tsx": "^4.16.2",
131132
"typescript": "^5.6.3",

0 commit comments

Comments
 (0)