HiveBrain v1.2.0
Get Started
← Back to all entries
patterntypescriptCritical

Where can I find the TypeScript version installed in Visual Studio?

Submitted by: @import:stackoverflow-api··
0
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:

  • Start the Visual Studio Command Prompt



  • Type tsc -v and 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.