emersonbottero / vitepress-plugin-mermaid

Add mermaid support for Vitepress
MIT License
95 stars 22 forks source link

missing .d.ts declaration file #25

Closed weedySeaDragon closed 1 year ago

weedySeaDragon commented 1 year ago

Within the mermaid project, I get an error in packages/mermaid/src/docs/.vitepress/config.ts :

TS7016: Could not find a declaration file for module 'vitepress-plugin-mermaid'. '[...project path...] /mermaid/node_modules/.pnpm/vitepress-plugin-mermaid@2.0.8_2q5vfj2vm6nj3r62ddjdsi7aoe/node_modules/vitepress-plugin-mermaid/dist/vitepress-plugin-mermaid.umd.js' implicitly has an 'any' type.   Try npm i --save-dev @types/vitepress-plugin-mermaid if it exists or add a new declaration (.d.ts) file containing declare module 'vitepress-plugin-mermaid';