why does typescript introduce more hidden errors after you get down to 0?
and is there a way to prevent this?
1 Reply
Not really enough info to answer that question in what might be a specific case for you, but generally if even a single error is preventing TypeScript from correctly parsing or typing your code, removing that last error can help TypeScript infer the types better and find out more mistakes.