Skip to content

Commit

Permalink
Update tsup.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Oct 7, 2024
1 parent 2b5d987 commit 3050947
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
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "tsup";
export default defineConfig({
entry: ["src/index.ts", "src/core/index.ts", "src/utils/index.ts", "src/handlers/index.ts", "src/types/index.ts"],
splitting: false,
sourcemap: false,
sourcemap: true,
clean: true,
dts: true,
target: "es2022",
Expand Down

0 comments on commit 3050947

Please sign in to comment.