Skip to content

Commit

Permalink
Keep es2019
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Jun 12, 2024
1 parent c927696 commit 75ec885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default defineConfig({
clean: true,
entry: ["src"],
format: ["cjs", "esm"],
target: "es2019",
sourcemap: true,
dts: true,
minify: true,
Expand Down

0 comments on commit 75ec885

Please sign in to comment.