angelozerr / tslint-language-service

TypeScript 2.2.1 plugin for tslint
MIT License
188 stars 22 forks source link

Option to not report any errors while ts typecheck is failing #50

Open spion opened 6 years ago

spion commented 6 years ago

If typechecking the file fails, do not report any errors. Once all type (or syntax) errors in the file are fixed, start reporting.

This should reduce clutter and enable developers to "talk" with the type-checker first, fixing lint errors later.