TypeScript 5.7 adds never-initialized checks and path-friendly module resolution tweaks
Microsoft’s TypeScript team shipped 5.7 with control-flow diagnostics for variables that are never assigned before use—especially across closures.
The release also improves path handling for extension-aware relative imports, aligning better with Node’s type-stripping experiments.