Skip to content

Commit

Permalink
use dts instead of tsc for definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos committed Oct 23, 2024
1 parent 7b52672 commit ab58a9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@
"bundle": true,
"sourcemap": true,
"metafile": true,
"clean": true
"clean": true,
"dts": true
},
"scripts": {
"build": "yarn build:ts && yarn build:api",
"build:ts": "tsup",
"build:api": "tsc && api-extractor run --local --verbose",
"build:api": "api-extractor run --local --verbose",
"test": "vitest",
"docs": "typedoc",
"lint": "biome check --write src/**/*.ts"
Expand Down

0 comments on commit ab58a9a

Please sign in to comment.