Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwd committed Nov 8, 2024
1 parent 82b4f61 commit c898ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineConfig } from "tsup";

export default defineConfig({
bundle: true,
entry: ["src/index.ts"],
splitting: false,
clean: true,
dts: true,
format: ["cjs", "esm"],
Expand Down

0 comments on commit c898ba7

Please sign in to comment.