reducing typescript type instantiations is a surprisingly underdocumented problem. seems like every large-scale project hits slow typechecking, but the only docs for fixing that are pretty barebones github.com/microsoft/Ty...
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - microsoft/TypeScript