Skip to content

Commit

Permalink
chore(core): change the format to esm
Browse files Browse the repository at this point in the history
  • Loading branch information
Pmejna committed Oct 29, 2024
1 parent eca99a2 commit 2dbcc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"private": true,
"scripts": {
"build": "tsc --emitDeclarationOnly && tsup index.ts --out-dir dist --format cjs",
"build": "tsc --emitDeclarationOnly && tsup index.ts --out-dir dist --format esm",
"dev": "tsc -w"
},
"dependencies": {
Expand Down

0 comments on commit 2dbcc44

Please sign in to comment.