Airtable have parallelized #TypeScript type checking of their large codebase (nearly 3000 projects):
• Without parallelism: 5h 28min 48s
• With parallelism: 9min 25s
• With parallelism + isolated declarations: 7min 7s
• Pull requests (taking advantage of improved cache rate): ~3min
@rauschma Holy…