Skip to content

Commit

Permalink
chore(erd-core): add ESM support by specifying "type": "module" in pa…
Browse files Browse the repository at this point in the history
…ckage.json
  • Loading branch information
hoshinotsuyoshi committed Nov 19, 2024
1 parent f5d2c05 commit cefb3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/packages/erd-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@liam/erd-core",
"main": "src/index.ts",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "conc -c auto pnpm:dev:*",
"dev:css": "tcm src --watch",
Expand Down

0 comments on commit cefb3e4

Please sign in to comment.