Search code examples
visual-studiotypescript

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


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:

    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