Skip to content

Commit

Permalink
build(mdx-mermaid): export types #111
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Nov 5, 2024
1 parent 40a3a8a commit 22033e8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@
"exports": {
".": {
"require": "./lib/mdxast-mermaid.cjs",
"import": "./lib/mdxast-mermaid.mjs"
"import": "./lib/mdxast-mermaid.mjs",
"types": "./index.d.ts"
},
"./Mermaid": {
"require": "./lib/Mermaid.cjs",
"import": "./lib/Mermaid.mjs"
"import": "./lib/Mermaid.mjs",
"types": "./lib/Mermaid.d.ts"
},
"./lib/Mermaid": {
"require": "./lib/Mermaid.cjs",
"import": "./lib/Mermaid.mjs"
"import": "./lib/Mermaid.mjs",
"types": "./lib/Mermaid.d.ts"
}
},
"author": "Sam Wall (oss@samuelwall.co.uk)",
Expand Down

0 comments on commit 22033e8

Please sign in to comment.