Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed May 16, 2024
1 parent bde58ce commit 6c560e0
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 @@ -15,5 +15,5 @@ const baseOptions: Options = {

export default [
defineConfig({ ...baseOptions, outDir: 'dist/cjs', format: 'cjs' }),
defineConfig({ ...baseOptions, outDir: 'dist/esm', format: 'esm', outExtension: () => ({ js: '.mjs', dts: '.d.mts' }) })
defineConfig({ ...baseOptions, outDir: 'dist/esm', format: 'esm', outExtension: () => ({ js: '.mjs' }) })
];

0 comments on commit 6c560e0

Please sign in to comment.