-
-
Notifications
You must be signed in to change notification settings - Fork 597
Closed
Labels
Description
It seems the version number for typescript inside vetur package.json
is
"typescript": "^3.3.3333",
I 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
class A {
private readonly a: readonly string[] = [];
}
vscode 1.37.0
os: windows
vetur: 0.22.1