Skip to content

Commit d571b37

Browse files
committed
chore: migrate to tsdown
1 parent 491c037 commit d571b37

File tree

7 files changed

+577
-538
lines changed

7 files changed

+577
-538
lines changed

cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"quickstart",
3131
"tseslint",
3232
"tsquery",
33-
"tsup",
33+
"tsdown",
3434
"tsutils",
3535
"tsvfs",
3636
"typeguards",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"README.md"
3131
],
3232
"scripts": {
33-
"build": "tsup src/index.ts && cp lib/index.d.ts lib/index.d.cts",
33+
"build": "tsdown src/index.ts",
3434
"docs": "typedoc",
3535
"docs:serve": "npx --yes http-server docs/generated",
3636
"format": "prettier \"**/*\" --ignore-unknown",
@@ -81,7 +81,7 @@
8181
"release-it": "^18.1.2",
8282
"sentences-per-line": "^0.3.0",
8383
"should-semantic-release": "^0.3.0",
84-
"tsup": "^8.3.6",
84+
"tsdown": "^0.15.6",
8585
"typedoc": "^0.28.0",
8686
"typedoc-plugin-coverage": "^3.4.1",
8787
"typedoc-plugin-custom-validation": "^2.0.2",

0 commit comments

Comments
 (0)