umairmayo80 / typescript-sample-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The tsc --init command is used to initialize a TypeScript configuration file called tsconfig.json in your project. The tsconfig.json file provides configuration options for the TypeScript compiler (tsc) to control how it compiles TypeScript code to JavaScript

Target: it defines the target javascript version Module: defines the

Tsc.cmd command will compile all the .ts files into .js files in the current directory

About


Languages

Language:TypeScript 52.8%Language:JavaScript 47.2%