typescript versions code example
Example 1: install typescript
npm install -g typescript
Example 2: how to check typescript version
tsc --version
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: ts version
npm install -g typescript