Hacker News new | ask | show | jobs
by dunham 1683 days ago
vscode + typescript seems to only surface errors in the current file. If a change breaks something in another file it isn't apparent (in my experience at least). I added tsc to a pre-commit hook to catch these issues.
1 comments

Interesting.

I had the impression it would also include imported files.

Thanks! :)