Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pnpm install

## Building

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

```shell
pnpm build
Expand Down
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"quickstart",
"tseslint",
"tsquery",
"tsup",
"tsdown",
"tsutils",
"tsvfs",
"typeguards",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"README.md"
],
"scripts": {
"build": "tsup src/index.ts && cp lib/index.d.ts lib/index.d.cts",
"build": "tsdown src/index.ts",
"docs": "typedoc",
"docs:serve": "npx --yes http-server docs/generated",
"format": "prettier \"**/*\" --ignore-unknown",
Expand Down Expand Up @@ -81,7 +81,7 @@
"release-it": "^18.1.2",
"sentences-per-line": "^0.3.0",
"should-semantic-release": "^0.3.0",
"tsup": "^8.3.6",
"tsdown": "^0.15.9",
"typedoc": "^0.28.0",
"typedoc-plugin-coverage": "^3.4.1",
"typedoc-plugin-custom-validation": "^2.0.2",
Expand Down
Loading
Loading