fix: Type file path for layout-elk

This commit is contained in:
Sidharth Vinod
2024-08-24 12:41:18 +05:30
parent 158f9925ce
commit b34dfe8f45
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
'@mermaid-js/layout-elk': patch
---
Fix type file path

View File

@@ -3,12 +3,12 @@
"version": "0.1.1",
"description": "ELK layout engine for mermaid",
"module": "dist/mermaid-layout-elk.core.mjs",
"types": "dist/layout.d.ts",
"types": "dist/layouts.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/mermaid-layout-elk.core.mjs",
"types": "./dist/layout.d.ts"
"types": "./dist/layouts.d.ts"
},
"./*": "./*"
},