tareq3
12/6/2018 - 6:47 AM

Type script

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