cloudacy / vue-markdown-render

A simple markdown parser for Vue using markdown-it.
MIT License
79 stars 10 forks source link

Vite Build Failed due to VueMarkdown TS Error #24

Closed Type-32 closed 3 months ago

Type-32 commented 9 months ago
image

I'm trying to deploy a Vue 3 based website on Github Pages using the Github Actions Marketplace's Vite Github Pages Deployment, and now during the deployment process I'm getting this error from the vue-markdown component itself.

p-kuen commented 3 months ago

It seems like you used skipLibCheck: false in tsconfig. We fixed the errors in v2.2.1, so it should build without problems now. In the future you could use skipLibCheck: true as a workaround.