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:
Date
2023-02-25
Status
release
Tags
typescript and programming
Series
N/A