Skip to content

Commit

Permalink
chore: default disable cjsInterop
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jun 23, 2024
1 parent a9153bd commit f739c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default defineConfig({
dts: true,
// https://github.com/egoist/tsup/pull/1056
// https://github.com/egoist/tsup/issues?q=cjsInterop
cjsInterop: true,
splitting: true,
// cjsInterop: true,
// splitting: true,
})

0 comments on commit f739c20

Please sign in to comment.