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

Adrian Rosca picture Adrian Rosca · May 30, 2014 · Viewed 226.8k times · Source

Maybe it's obvious, but I checked everywhere (besides the right place) and googled it. Nothing.

Answer

basarat picture basarat · May 30, 2014

If you only have TypeScript installed for Visual Studio then:

  1. Start the Visual Studio Command Prompt
  2. 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:

  1. Right click on the project node in Solution Explorer
  2. Click Properties
  3. Go to the TypeScript Build tab