We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea25432 commit 64eed2bCopy full SHA for 64eed2b
tsup.config.ts
@@ -1,7 +1,7 @@
1
import { defineConfig } from 'tsup';
2
3
export default defineConfig({
4
- target: 'edge',
+ target: 'esnext',
5
format: ['cjs', 'esm'],
6
dts: true,
7
});
0 commit comments