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

IIS: Delete cached files on server running IIS

Delete cached files on server running IIS When changing css, javascript files, check to delete if IIS still caches old files in the default folder C:\inetpub\temp\IIS Temporary Compressed Files\<sitename>\$^_gzip_D^\ Apply to: IIS 8.5

Linux command: du - disk usage

Where have all my storage gone? du summarize disk usage of the set of FILEs, recursively for directories.

ManageEngine ServiceDesk Plus - Reset password

Let's reset the default administrator's password to 'admin'