Skip to content

Commit 618b2de

Browse files
committed
chore: adjust build
1 parent 99be208 commit 618b2de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ await Bun.build({
1111
target: 'bun',
1212

1313
plugins: [
14-
dts(),
14+
dts({
15+
outDir: './dist',
16+
}),
1517
],
1618
})
1719

0 commit comments

Comments
 (0)