Skip to content

Commit a70b9f0

Browse files
authored
refactor: migrate to tsdown (#15)
1 parent 8b87702 commit a70b9f0

File tree

3 files changed

+686
-277
lines changed

3 files changed

+686
-277
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"scripts": {
48-
"build": "tsup src/index.ts --external vscode",
48+
"build": "tsdown src/index.ts --external vscode",
4949
"dev": "nr build --watch --sourcemap",
5050
"prepare": "nr update",
5151
"update": "vscode-ext-gen --output src/generated/meta.ts",
@@ -68,7 +68,7 @@
6868
"esno": "^4.8.0",
6969
"pnpm": "^10.4.1",
7070
"reactive-vscode": "^0.2.10",
71-
"tsup": "^8.3.6",
71+
"tsdown": "^0.9.6",
7272
"typescript": "^5.7.3",
7373
"vite": "^6.1.0",
7474
"vitest": "^3.0.5",

0 commit comments

Comments
 (0)