top | item 41245055 (no title) zachrose | 1 year ago I’ve worked on several TS projects that don’t type check but still “compile” (emit non-TS JavaScript). To me that’s the difference between a linter and a compiler, and I wish those projects had stopped compiling when they could no longer type check. discuss order hn newest scotttrinh|1 year ago Good news! There is a configuration option for that: https://www.typescriptlang.org/tsconfig/#noEmitOnError
scotttrinh|1 year ago Good news! There is a configuration option for that: https://www.typescriptlang.org/tsconfig/#noEmitOnError
scotttrinh|1 year ago