ryanwold.net

A civic-minded citizen seeking the singularity

An entry

Typescript

Date: 2023-02-25
Status: release
Tags: typescript programming

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: