Skip to content

Install TypeScript

Video Lecture

Install TypeScript Install TypeScript

Description

Install TypeScript globally

npm install -g typescript

Confirm which version is installed

tsc -v

If you are using PowerShell, type

tsc.cmd -v