Compiler Options
TypeScript compiler accepts a number of command line options that allow you to customize the compilation process. These options can be passed to the compiler using the --
prefix, for example:
tsc --target ES5 --module commonjs
Learn more from the following links: