# TypeScript 6

**Date:** 2026-05-01  
**Tags:** TypeScript, Compiler, Performance  
**URL:** https://kelexine.is-a.dev/til/typescript-6-go-transition

---

TIL: TypeScript 6.0 is the final major version built on the original JavaScript compiler. TS 7.0 will be a ground-up rewrite in Go. The goal is a 10x improvement in check/emit performance for massive codebases. Migrated a large project today—the 6.0 bridge features make the transition smoother.


```bash
tsc --version # Version 6.0.2
tsc --stableTypeOrdering # Preparing for the Go-based v7.0
```



**Related:** [https://devblogs.microsoft.com/typescript/](https://devblogs.microsoft.com/typescript/)


---

*This content is available at [kelexine.is-a.dev/til/typescript-6-go-transition](https://kelexine.is-a.dev/til/typescript-6-go-transition)*
