-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
Support vue-tsc v2.2 #427
Comments
Was pinned to |
FWIW, I added a version override on my package.json like this: {
"overrides": {
"vite-plugin-checker": {
"vue-tsc": "$vue-tsc"
}
}
} Make sure you add I've been using this for the past week or so and it has been working fine for me! |
I think the reason for pinning is explained in #395. |
This project is clearly unmaintained. Not sure what to do. Is there an alterantive? |
Describe the bug
vue-tsc v2.2 comes with support of Typescript 5.7 but vite-plugin-checker pin vue-tsc to ~2.1
Reproduction
ignore
Expected behavior
ignore
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: