how to install tsc code example
Example 1: install typescript
npm install -g typescript
Example 2: tsc install command
npm install -g typescript
Example 3: install typescript
Don't forget to use the dev flag!!!
Yarn:
yarn global add --dev typescript
NPM:
npm install -g --save-dev typescript
Example 4: create typescript project
npx tsc index.ts