Typescript Compiler

## Initiating Typescript Project
tsc --init

## Starting Typescript Compiler on Watch Mode
tsc app.ts -w

TS Config File Configs

  • target
  • sourceMap
  • strict
  • exclude