It's not a real typescript problem, but it affects me when using a ts project in my company.
When I brought TS to the webapp project it worked like a charm, it notified me errors from ts in all files at once (it took its time but at the end I remember it did show the errors). Now if I change a function name that is used across multiple files, it doesn't show me the errors produced in every file of the app (only in that file itself).
That makes ts not so usefull.
Any hint what can be happening? Thank you