1 Answer

0 votes
by

There are two main ways to install TypeScript tools such as:

1. Via npm (Node.js Package Manager) command-line tool

>npm install -g typescript

2. By installing TypeScript via Visual Studio.

If you use Visual Studio or VS Code IDE, the easiest way to add to Visual Studio or VS Code is to search and add a package or download from the TypeScript website. Also, you can download TypeScript Tools for Visual Studio.

install - typescript interview questions - Madanswer

...