We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e5df3 commit 7af061dCopy full SHA for 7af061d
build.ts
@@ -3,7 +3,7 @@ import { dts } from 'bun-plugin-dtsx'
3
// Build the main package
4
await Bun.build({
5
entrypoints: ['src/index.ts'],
6
- target: 'browser',
+ target: 'node',
7
outdir: './dist',
8
plugins: [dts()],
9
})
0 commit comments