Typescript-installing-typescript-and-running-the-typescript-compiler-tsc
Other topicsSteps.
Installing Typescript and running typescript compiler.
To install Typescript Comiler
npm install -g typescript
To check with the typescript version
tsc -v

Download Visual Studio Code for Linux/Windows
Visual Code Download Link
- Open Visual Studio Code
- Open Same Folde where you have installed Typescript compiler
- Add File by clicking on plus icon on left pane
- Create a basic class.
- Compile your type script file and generate output.

See the result in compiled javascript of written typescript code.

Thank you.
Contributors

Topic Id: 10503
Example Ids: 31571
This site is not affiliated with any of the contributors.