Typescript NoEmitOnError
Generally the tsc
program will produce the output in a .js
format even though there are compile time errors during the transpilation, which may confuse the developers at time. We have a way to avoid the .js
file generation in case of any errors.