| Below are the two main ways to install Typescript
(1)First way is via NPM(Node.js package Manager) which is command line tool. And below is the syntax or command for install Typescript.
npm install -g typescript
(2)Second way is by installing Typescript by the visual studio.
Note:-if we have visual studio or VS code IDE we can easiest way to add to VS or VS code is to search and add a package or download from typescript website. We can download TypeScript tools for VS. | | |