patterntypescriptCritical
Where can I find the TypeScript version installed in Visual Studio?
Viewed 0 times
studiothevisualinstalledfindversioncantypescriptwhere
Problem
Maybe it's obvious, but I checked everywhere (besides the right place) and googled it. Nothing.
Solution
If you only have TypeScript installed for Visual Studio then:
Visual Studio 2017 versions 15.3 and above bind the TypeScript version to individual projects, as this answer points out:
- Start the Visual Studio Command Prompt
- Type
tsc -vand hit Enter
Visual Studio 2017 versions 15.3 and above bind the TypeScript version to individual projects, as this answer points out:
- Right click on the project node in Solution Explorer
- Click Properties
- Go to the TypeScript Build tab
Context
Stack Overflow Q#23948348, score: 292
Revisions (0)
No revisions yet.