Skip to content

Commit

Permalink
fix: turn on cjs interop, close #94
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 9, 2024
1 parent cdab8e0 commit 858418d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export default defineConfig({
clean: true,
splitting: true,
shims: true,
cjsInterop: true,
external: ["eslint", "@typescript-eslint/eslint-plugin"],
});

0 comments on commit 858418d

Please sign in to comment.