# Announcing TypeScript 7.0

DevFeed: [Announcing TypeScript 7.0](<https://devfeed.tech/articles/announcing-typescript-7-0-2923.md>)

Original publisher: [Read original article](<https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/>)

Author: Daniel Rosenwasser

Published: 2026-07-08T15:58:29Z

Content type: release

Language: en

Sources: [TypeScript](<https://devfeed.tech/sources/typescript.md>)

Topics: [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Go](<https://devfeed.tech/topics/go.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [code](<https://devfeed.tech/tags/code.md>), [development](<https://devfeed.tech/tags/development.md>), [go](<https://devfeed.tech/tags/go.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [release](<https://devfeed.tech/tags/release.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

## AI overview

TypeScript 7 is announced as a native Go port designed to make the TypeScript toolset substantially faster. The release adds native-code speed, shared-memory multithreading, optimizations producing reported full-build speedups of 8x to 12x, npm distribution, and improved editor support through LSP.

## Source excerpt

Today we are proud to announce the availability of TypeScript 7, a 10x faster native port of TypeScript! Since its early days, TypeScript has promised to deliver on JavaScript that scales. By bringing strong type-checking and rich tooling to the world of JavaScript, TypeScript made it possible to build non-trivial high-quality apps across platforms. Last [...] The post Announcing TypeScript 7.0 appeared first on TypeScript.