Skip to content

Commit

Permalink
fix: outdir spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 15, 2024
1 parent c072228 commit 9f517c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ await Bun.build({

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

0 comments on commit 9f517c7

Please sign in to comment.