Skip to content

Commit 7407e60

Browse files
committed
refactor: move to tsdown
1 parent ced148a commit 7407e60

File tree

3 files changed

+248
-623
lines changed

3 files changed

+248
-623
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"node": ">=22"
3535
},
3636
"scripts": {
37-
"build": "tsup",
38-
"dev": "tsup",
37+
"build": "tsdown",
38+
"dev": "tsdown",
3939
"lint:check": "oxlint",
4040
"format:check": "oxfmt --check .",
4141
"lint": "oxlint --fix",
@@ -69,7 +69,7 @@
6969
"cross-env": "^10.1.0",
7070
"oxfmt": "^0.40.0",
7171
"oxlint": "^1.55.0",
72-
"tsup": "^8.5.1",
72+
"tsdown": "^0.21.3",
7373
"tsx": "^4.21.0",
7474
"typescript": "^5.9.3",
7575
"valibot": "^1.2.0",

0 commit comments

Comments
 (0)