In this section, we will look at the installation process of TypeScript and the editor setup for TypeScript development. Microsoft does well in providing easy-to-perform steps to install TypeScript on all platforms, namely Windows, macOS, and Linux.
Installation and setup
Installation of TypeScript
TypeScript's official website (https://www.typescriptlang.org) is the best resource to install the latest version of TypeScript. On the website, go to the Download section; there, you will find details on how to install TypeScript. Node.js and Visual Studio are the two most common ways to get TypeScript. TypeScript supports a host of other editors and has plugins available for them in the same link. We will be installing...