Skip to content

Commit 186f894

Browse files
committed
chore: migrate to tsdown
1 parent 017b91b commit 186f894

File tree

3 files changed

+414
-370
lines changed

3 files changed

+414
-370
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"scripts": {
7171
"lint": "eslint --cache .",
7272
"lint:fix": "pnpm run lint --fix",
73-
"build": "tsup",
73+
"build": "tsdown",
7474
"dev": "pnpm run -C playground dev",
7575
"test": "vitest",
7676
"release": "bumpp && pnpm publish",
@@ -98,7 +98,7 @@
9898
"bumpp": "^10.0.3",
9999
"eslint": "^9.20.1",
100100
"prettier": "^3.5.1",
101-
"tsup": "^8.3.6",
101+
"tsdown": "^0.5.9",
102102
"tsx": "^4.19.2",
103103
"typescript": "^5.7.3",
104104
"vite": "^6.1.0",

0 commit comments

Comments
 (0)