Skip to content

Commit

Permalink
feat: remove cjs support
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Oct 4, 2024
1 parent 4525d5b commit b160df5
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,7 +1,7 @@
import { defineConfig } from "tsup";

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

0 comments on commit b160df5

Please sign in to comment.