Languages
[Edit]
EN

TypeScript - check version

0 points
Created by:
James-Z
767

In this article, we would like to show you how to check the TypeScript version from the command line.

Quick solution:

tsc -v

or:

npx tsc -v

 

Practical examples

Example 1

In this example, we use tsc -v command to check the TypeScript version from the Command Prompt.

tsc -v

Result:

TypeScript - check version from Command Prompt
TypeScript - check version from Command Prompt

Example 2

In this example, we use npx tsc -v command to check the TypeScript version from the VS Code Terminal.

Result:

TypeScript - check version from VS Code Terminal
TypeScript - check version from VS Code Terminal

Alternative titles

  1. TypeScript - check version from command line
  2. TypeScript - check version from command prompt
  3. TypeScript - check version from VS Code Terminal
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join