Back to Entries
Tags: typescript programming
Status: release
Date: 2023-02-25

Typescript


Install Typescript using:

npm install -g typescript

Check the version of Typescript using:

tsc-v

Typescript files have a .ts extension.

Typescript is a superset of Javascript.

Compile a Typescript files named index.ts into Javascript using tsc index.

References: