vite-plugin-checker
vite-plugin-checker copied to clipboard
vue-tsc检查报错
Describe the bug
Reproduction
使用npm create vue@latest 命令创建一个ts的项目,现在最新版的依然设置为 "noEmit": true
开启 checker({
vueTsc: true
})检查就会报错
Expected behavior
希望改进一下,支持设置 "noEmit": true 检查不会报错
System Info

Additional context
No response
Validations
- [X] Read the docs.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
现在最新版已经是 "noEmit": true
Try latest version 0.7.0 (requires ts^5).