We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用npm create vue@latest 命令创建一个ts的项目,现在最新版的依然设置为 "noEmit": true 开启 checker({ vueTsc: true })检查就会报错
希望改进一下,支持设置 "noEmit": true 检查不会报错
![image](https://github.com/fi3ework/vite-plugin-checker/assets/44717504/75131660-ed42-49eb-8677-f01f8b93f4d4)
No response
The text was updated successfully, but these errors were encountered:
现在最新版已经是 "noEmit": true
Sorry, something went wrong.
Try latest version 0.7.0 (requires ts^5).
No branches or pull requests
Describe the bug
Reproduction
使用npm create vue@latest 命令创建一个ts的项目,现在最新版的依然设置为 "noEmit": true
开启 checker({
vueTsc: true
})检查就会报错
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
The text was updated successfully, but these errors were encountered: