About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
tareq3
12/6/2018 - 6:47 AM
share
Share
add_circle_outline
Save
Type script
MD
content_copy
file_download
Rendered
Source
Type Script Crash Course
Install type script using npm
npm i -g typescript
compile a type script code into java scipt
tsc filename.ts
for compiling automatically in watch mode
tsc filename.ts -w
for opening browser inspector view
cntl + shift + i
clear