Hi, recently I discovered TypeScript. It’s very important for me to have types protection since it removes a lot of common errors/bugs from the project written in dynamically typed language.
Today I want to describe how to setup a basic TypeScript project.
First of all you need to install TypeScript.
npm install -g typescript
You need NPM of course but I don’t think it’s an issue for you. Next step is this command: