fi3ework / vite-plugin-checker

💬 Vite plugin that provide checks of TypeScript, ESLint, vue-tsc, Stylelint and more.
https://vite-plugin-checker.netlify.app
MIT License
932 stars 79 forks source link

vue-tsc检查报错 #325

Open spriteApe opened 1 month ago

spriteApe commented 1 month ago

Describe the bug

image

Reproduction

使用npm create vue@latest 命令创建一个ts的项目,现在最新版的依然设置为 "noEmit": true image 开启 checker({ vueTsc: true })检查就会报错 image

Expected behavior

希望改进一下,支持设置 "noEmit": true 检查不会报错

System Info

![image](https://github.com/fi3ework/vite-plugin-checker/assets/44717504/75131660-ed42-49eb-8677-f01f8b93f4d4)

Additional context

No response

Validations

spriteApe commented 1 month ago

现在最新版已经是 "noEmit": true

fi3ework commented 3 weeks ago

Try latest version 0.7.0 (requires ts^5).