Open karlhorky opened 1 month ago
Some points in the issue below about compilerOptions.incremental being unreliable:
compilerOptions.incremental
I've found TypeScript's cache to be relatively unreliable. Composite has to be used in monorepos, but with incremental I don't think the juice is worth the squeeze.
anthonyshew: I've also seen incremental be weird sometimes. I'm not sure that I recommend it anymore.
incremental
Some points in the issue below about
compilerOptions.incremental
being unreliable: