We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31d3d1 commit 27a9cedCopy full SHA for 27a9ced
package.json
@@ -10,7 +10,7 @@
10
"type-check": "tsc --noEmit",
11
"format": "prettier --write .",
12
"format:check": "prettier --check .",
13
- "build": "tsup",
+ "build": "tsdown",
14
"prepare": "pnpm build",
15
"lint": "eslint src \"./*.ts\""
16
},
@@ -27,7 +27,7 @@
27
"commander": "^13.1.0",
28
"eslint-config-prettier": "^10.0.1",
29
"prettier": "^3.5.2",
30
- "tsup": "^8.3.6",
+ "tsdown": "^0.9.7",
31
"tsx": "^4.19.1",
32
"typescript": "^5.7.3",
33
"typescript-eslint": "^8.25.0",
0 commit comments