Skip to content

Commit 933535a

Browse files
authored
chore: migrate to tsdown (#24)
1 parent d31d3d1 commit 933535a

File tree

3 files changed

+719
-692
lines changed

3 files changed

+719
-692
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type-check": "tsc --noEmit",
1111
"format": "prettier --write .",
1212
"format:check": "prettier --check .",
13-
"build": "tsup",
13+
"build": "tsdown",
1414
"prepare": "pnpm build",
1515
"lint": "eslint src \"./*.ts\""
1616
},
@@ -27,7 +27,7 @@
2727
"commander": "^13.1.0",
2828
"eslint-config-prettier": "^10.0.1",
2929
"prettier": "^3.5.2",
30-
"tsup": "^8.3.6",
30+
"tsdown": "^0.9.7",
3131
"tsx": "^4.19.1",
3232
"typescript": "^5.7.3",
3333
"typescript-eslint": "^8.25.0",

0 commit comments

Comments
 (0)