Stopping a TypeScript Build When Errors Are Found

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

TypeScript will always compile even if there are ridiculous errors in your project. This lesson shows how to configure your .tsconfig with "noEmitOnError" so that no files are output if tsc reports an error.