Skip to content

Commit 35520c6

Browse files
committed
chore: switch to tsdown
1 parent 7f336a8 commit 35520c6

File tree

4 files changed

+407
-446
lines changed

4 files changed

+407
-446
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"README.md"
2121
],
2222
"scripts": {
23-
"build": "tsup",
23+
"build": "tsdown",
2424
"dev": "npm run build -- --watch",
2525
"lint": "biome check",
2626
"prepack": "npm run build",
@@ -44,7 +44,7 @@
4444
"@types/node": "^22.15.3",
4545
"concurrently": "^9.2.1",
4646
"lefthook": "^1.13.0",
47-
"tsup": "^8.5.0",
47+
"tsdown": "^0.15.1",
4848
"typescript": "^5.9.2",
4949
"vite": "^7.1.5"
5050
},

0 commit comments

Comments
 (0)