How to install Typescript 2.2 in Visual Studio 2017 v15.4.3

Viewed 3173
2 Answers

Run the visual studio installer and modify your visual studio install. Under individual components you will see the versions of typescript available for install.

enter image description here

In my case, I am using VS 2019 and @ken-tucker answer did not worked for me. The Typescript version that I needed (3.6.2) did not appeared in the "Individual components" Tab.

I needed to install from here and restart Visual Studio.

Related