Skip to content

Commit edde608

Browse files
committed
chore: migrate to tsdown
1 parent 972aa9e commit edde608

File tree

8 files changed

+577
-540
lines changed

8 files changed

+577
-540
lines changed

.github/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pnpm install
1313
1414
## Building
1515

16-
Run [tsup](https://tsup.egoist.dev) locally to type check and build source files from `src/` into output files in `lib/`:
16+
Run [tsdown](https://tsdown.dev) locally to type check and build source files from `src/` into output files in `lib/`:
1717

1818
```shell
1919
pnpm build

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.9",
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)