Skip to content

Commit 64eed2b

Browse files
committed
chore: change target
1 parent ea25432 commit 64eed2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'tsup';
22

33
export default defineConfig({
4-
target: 'edge',
4+
target: 'esnext',
55
format: ['cjs', 'esm'],
66
dts: true,
77
});

0 commit comments

Comments
 (0)