Skip to content

Commit

Permalink
Aha, it was bundle in tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 2, 2023
1 parent 27722d8 commit 89d3dc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from "tsup";

export default defineConfig({
bundle: false,
clean: true,
dts: true,
entry: ["src/**/*.ts", "!src/**/*.test.*"],
Expand Down

0 comments on commit 89d3dc6

Please sign in to comment.