Installing TypeScript
# Installing TypeScript
Run the following command in the terminal to install TypeScript globally:
npm install -g typescript
1
After installation, run the following command in the console to verify the installation was successful (3.x):
tsc -V
1
Edit (opens new window)
Last Updated: 2026/03/21, 12:14:36