Skip to main content

TypeScript: Notes

Typed JavaScript at Any Scale - TypeScript extends JavaScript by adding types.

Install TypeScript

PS D:\projects\lthwts> npm install -g typescript
D:\nodejs\tsc -> D:\nodejs\node_modules\typescript\bin\tsc
D:\nodejs\tsserver -> D:\nodejs\node_modules\typescript\bin\tsserver
+ typescript@3.8.3
added 1 package from 1 contributor in 4.843s

PS D:\projects\lthwts> tsc --version
Version 3.8.3
PS D:\projects\lthwts>

Update TypeScript

PS D:\projects\lthwts> npm install -g typescript
D:\nodejs\tsc -> D:\nodejs\node_modules\typescript\bin\tsc
D:\nodejs\tsserver -> D:\nodejs\node_modules\typescript\bin\tsserver
+ typescript@4.5.4
updated 1 package in 67.965s
PS D:\projects\lthwts> tsc --version
Version 4.5.4
PS D:\projects\lthwts>
Hello Work TypeScript with Microsoft Visual Code

Free courses to learn TypeScript

Popular posts from this blog

Microsoft Windows Server 2012 R2 Standard Evaluation Product Key

Microsoft Windows Server 2012 R2 Standard Evaluation D2N9P-3P6X9-2R39C-7RTCD-MDVJX DBGBW-NPF86-BJVTX-K3WKJ-MTB6V

GCP: Google Cloud Shell

Google Cloud Shell is a tool for managing resources hosted on Google Cloud Platform! The machine comes pre-installed with the Google Cloud SDK and other popular developer tools.