Installing and running TypeScript:
*
Steps.
To install Typescript Comiler
npm install -g typescript
To check with the typescript version
tsc -v
Download Visual Studio Code for Linux/Windows
See the result in compiled javascript of written typescript code.