Skip to content

Commit 2ea1492

Browse files
committed
chore: migrate to tsdown
1 parent 4260e05 commit 2ea1492

File tree

5 files changed

+642
-15
lines changed

5 files changed

+642
-15
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"source.organizeImports": "never"
55
},
66
"editor.formatOnSave": true,
7-
"cSpell.words": ["antfu", "astro", "coderwyd", "rspack", "unocss"]
7+
"cSpell.words": ["antfu", "astro", "coderwyd", "rspack", "tsdown", "unocss"]
88
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"node": ">=18.18.0"
3232
},
3333
"scripts": {
34-
"build": "nr build:typegen && tsup",
34+
"build": "nr build:typegen && tsdown",
3535
"dev": "pnpx @eslint/config-inspector",
3636
"lint": "eslint .",
3737
"lint:fix": "eslint . --fix",
@@ -135,7 +135,7 @@
135135
"simple-git-hooks": "^2.12.1",
136136
"svelte": "^5.25.12",
137137
"svelte-eslint-parser": "^1.1.3",
138-
"tsup": "^8.4.0",
138+
"tsdown": "^0.9.6",
139139
"typescript": "^5.8.3"
140140
},
141141
"pnpm": {

0 commit comments

Comments
 (0)