Skip to content

Commit

Permalink
Fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jan 16, 2025
1 parent 2f0963a commit 71d6b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
plugins: [
copy({
targets: [
{ src: "src/types.ts", dest: "dist/cjs/types.cts" },
{ src: "src/types.ts", dest: "dist/cjs", rename: "types.cts" },
{ src: "src/types.ts", dest: "dist/esm" },
],
}),
Expand Down

0 comments on commit 71d6b45

Please sign in to comment.