Skip to content

Commit

Permalink
chore: adjust build
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Feb 24, 2024
1 parent 99be208 commit 618b2de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ await Bun.build({
target: 'bun',

plugins: [
dts(),
dts({
outDir: './dist',
}),
],
})

Expand Down

0 comments on commit 618b2de

Please sign in to comment.