How can I check Typescript version in Visual Studio?


Hello, I am working with Typescript in Visual Studio IDE, but I am not sure which Typescript version I am using, so how can I check Typescript version in Visual Studio IDE?


Asked by:- neena
0
: 151 At:- 3/30/2023 9:24:24 AM
Javascript typescript version







1 Answers
profileImage Answered by:- vikas_jk

Easiest way to check Typescript version installed in Visual Studio is

  • Open Visual Studio
  • Go to Help menu
  • Under Help menu, click on About Microsoft Visual Studio, a popup will open that will list all installed products on Visual Studio, you can find TypeScript version there.

Another way, If you have multiple versions of TypeScript installed on your machine, then you can yo on this path C:\Program Files (x86)\Microsoft SDKs\TypeScript

1
At:- 3/30/2023 9:39:58 AM






Login/Register to answer
Or
Register directly by posting answer/details

Full Name *

Email *




By posting your answer you agree on privacy policy & terms of use