Announcing TypeScript 5.1 - TypeScript
Announcing TypeScript 5.1 - TypeScript

devblogs.microsoft.com
Announcing TypeScript 5.1 - TypeScript

For me, the biggest excitement is around "Easier Implicit Returns for undefined-Returning Functions". It's nice not to have to insert a return undefined;
when that's the implicit behavior.