Skip to content

Commit

Permalink
fix: Type export for layout-elk
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 24, 2024
1 parent a10f469 commit ca57235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mermaid-layout-elk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"description": "ELK layout engine for mermaid",
"module": "dist/mermaid-layout-elk.core.mjs",
"types": "dist/packages/mermaid-layout-elk/src/index.d.ts",
"types": "dist/layout.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/mermaid-layout-elk.core.mjs",
"types": "./dist/packages/mermaid-layout-elk/src/index.d.ts"
"types": "./dist/layout.d.ts"
},
"./*": "./*"
},
Expand Down

0 comments on commit ca57235

Please sign in to comment.