Y
Hacker News
new
|
ask
|
show
|
jobs
by
bruce343434
906 days ago
Typescript does not ignore type errors by default. Type error = fail to compile
1 comments
tomn
906 days ago
Try it, it produces output by default. You have to add a flag/option to change this
https://www.typescriptlang.org/tsconfig/#noEmitOnError
link