TypeScript Environment Setup

To set up TypeScript on your machine, you will need to have Node.js and npm (Node Package Manager) installed. Here are the steps to set up TypeScript: Note: make sure node & npm is installed in your machine, before performing below steps. 1. Open the terminal/command prompt. 2. Install TypeScript globally by running the following …

TypeScript Environment Setup Read More »