Skip to content

Commit

Permalink
Merge pull request #66 from TatsuyaYamamoto/patch-1
Browse files Browse the repository at this point in the history
fix: set `types` condition to exports field
  • Loading branch information
emersonbottero committed Jan 27, 2024
2 parents eaa8e7a + ad2396a commit 1a543a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"module": "./dist/vitepress-plugin-mermaid.es.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/vitepress-plugin-mermaid.es.mjs",
"require": "./dist/vitepress-plugin-mermaid.umd.js"
},
Expand Down

0 comments on commit 1a543a3

Please sign in to comment.