files are now allowed as input to tsc
.The TypeScript compiler checks the input files for syntax errors, and emits valid output based on the —target
and flags.The output can be combined with other .ts
files as well.Source maps are still generated for files just like with .ts
files.