Fix quadratic path checks in auto-inference.
Created by: varungandhi-src
In the worst case, DefinitelyTyped/DefinitelyTyped has 8.4k tsconfig.json files. If we tried to do auto-inference for it, we would end up with at least a few hundred million path checks.
Let's not do that.