In TypeScript 5.6, your IDE will feel a LOT faster in big files.
TS will be able to prioritize _only the visible code_. On a 52k line file, the response time went from 3 seconds to 140ms.
This'll make a huge difference to projects with lots of generated TS code.

Source: x.com/mattpocockuk/status/1831252362045861940