Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Aug 20, 2024
1 parent 0916194 commit 3de8555
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({
entry: ["src/**/*@(ts|tsx)"],
entry: ["src/**/*.ts"],
format: ["cjs", "esm"], // Build for commonJS and ESmodules
dts: true, // Generate declaration file (.d.ts)
treeshake: true,
Expand Down

0 comments on commit 3de8555

Please sign in to comment.