-
Notifications
You must be signed in to change notification settings - Fork 91
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 TypeScript 5.7 #415
Comments
Investigated a bit. Should probably be fixed by this |
What dependency needs an update? vue? |
@robert-niestroj I fixed this by downgrading my Typescript version |
Hi @Iliano101 can I check, which Typescript version are you using right now? |
@fadhln |
Had the same issue and changing typescript to |
Version 5.6.3 works fine for me. |
Describe the bug
After upgrading to TypeScript 5.7 RC I get this error when I launch
vue-tsc --noEmit
:Reproduction
Upgrade
typescript
to5.7.1-rc
vue-tsc --noEmit
Expected behavior
No errors
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: