TypeScript 6.0 is the last JavaScript-based release; type inference for this-less functions improves, and #/ subpath imports now work.
May 29, 2026
Summary
Better type inference reduces false positives in generic functions with method syntax. #/ subpath imports align TypeScript with Node.js 20+ conventions, cutting friction for monorepo aliasing.
Why it matters
Better type inference reduces false positives in generic functions with method syntax. #/ subpath imports align TypeScript with Node.js 20+ conventions, cutting friction for monorepo aliasing.
Implementation verdict
Install via npm install -D typescript@beta to test. Method-syntax generics will infer correctly now without explicit types. Subpath imports require Node.js 20+. Worth upgrading for the inference fix alone; plan for TypeScript 7.0 (Go rewrite) before production migrations.
Sources
Dev Signal
Get briefs like this in your inbox — free, every weekday.
100+ sources compressed into one 4-minute read. Ranked, cited, implementation-ready.