-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
Update typescript version #1389
Comments
Pushed a branch to see if CI fails. If not we can update. I just realized that I didn't document |
Thank you for the quick response and possibly quick resolution. |
VLS typescript version is not updated yet. #1422 (comment) |
It seems the version number for typescript inside vetur
package.json
isI was hoping I could get this upped to 3.5? Or 3.4 at the least?
I have valid code in my typescript files, and actually compiles correctly, but linting in .vue files reports that
is invalid.
![image](https://user-images.githubusercontent.com/1384537/63015542-2447e800-be89-11e9-9e82-59f2b3e1fc60.png)
but no problem in .ts file
![image](https://user-images.githubusercontent.com/1384537/63015600-4a6d8800-be89-11e9-9f3e-32a732e0bc97.png)
vscode 1.37.0
os: windows
vetur: 0.22.1
The text was updated successfully, but these errors were encountered: