Hacker News new | ask | show | jobs
by esamatti 3198 days ago
I think this is just an editor concern. It could show a list of files with type errors.

But you could just run "tsc --noEmit --watch" which will just report the project wide type errors to the console as you edit files.