Skip to content

Commit

Permalink
feat: add bun-plugin-dts-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 25, 2024
1 parent b597218 commit c0c487b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { dts } from 'bun-plugin-dts-auto'

await Bun.build({
entrypoints: ['src/index.ts'],

outdir: './dist',

// plugins: [
// dts(),
// ],
plugins: [dts()],
})
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@stacksjs/biome-config": "^0.1.5",
"@types/bun": "^1.1.10",
"bumpp": "^9.5.2",
"bun-plugin-dts-auto": "^0.15.0",
"changelogen": "^0.5.7",
"commitizen": "^4.3.0",
"cz-git": "^1.9.4",
Expand Down

0 comments on commit c0c487b

Please sign in to comment.