TypeScript 7.0 Launches With Major Speed and Memory Improvements
TypeScript 7.0 release is now public, and Microsoft says the new version is production-ready after months of preview testing.
The release follows TypeScript 6.0, which arrived in March 2026 and focused mainly on cleanup work. With TypeScript 7.0, Microsoft shifts the focus back to performance, editor responsiveness, and larger project workflows.
TypeScript 7.0 delivers major performance improvements
Microsoft says TypeScript 7.0 runs significantly faster than TypeScript 6.0 in several key development workflows.
Some large open-source codebases reportedly compiled almost 12 times faster. Microsoft also reduced memory usage during builds, which should help developers working with large projects or complex codebases.
The editor experience also gets a major boost. In Visual Studio Code, the time needed to show the first error in a newly opened file dropped from 17.5 seconds to 1.3 seconds.
That makes diagnostics around 13 times faster in that specific case.
New scaling options arrive in TypeScript 7.0
TypeScript 7.0 adds new scaling options for larger projects.
The release includes type-checker parallelization and project reference builder parallelization. Developers also get a single-threaded mode for cases where they need more predictable behavior.
Microsoft has also improved watch mode, which should make ongoing development faster when TypeScript needs to track and rebuild changes.
Unicode and JavaScript improvements included
TypeScript 7.0 now preserves Unicode code points in template literal types.
The release also includes JavaScript differences, editor experience improvements, embedded language support, and behavior changes carried over from TypeScript 6.0 and earlier TypeScript 5.x versions.
These changes should make the upgrade more useful for both TypeScript-first projects and JavaScript projects that rely on TypeScript tooling.
TypeScript 7.0 keeps compatibility in mind
Microsoft says TypeScript 7.0 does not include a new API.
That means TypeScript 7.0 can run side by side with TypeScript 6.0 in compatibility scenarios. Developers who need the updated API will need to wait for TypeScript 7.1.
Microsoft expects that update to arrive in the coming months.
Editor support works out of the box
TypeScript 7.0 works out of the box with editors such as Visual Studio Code, Visual Studio, and WebStorm.
Microsoft says common editor tasks should feel faster, including project loading, auto-completion, diagnostics, and find-all-references.
The release should make the biggest difference in large projects, but day-to-day coding should also feel more responsive.
Developers can install TypeScript 7.0 through npm with:
npm install -D typescript
Microsoft plans to continue improving TypeScript performance while adding more features in future releases.
TypeScript 7.1 should bring the updated API and continue the work started in TypeScript 7.0.
If you are a developer, you may also want to check out VS Code 1.128, which was recently released.
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
User forum
0 messages