# Announcing TypeScript 6.0

DevFeed: [Announcing TypeScript 6.0](<https://devfeed.tech/articles/announcing-typescript-6-0-2920.md>)

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

Author: Daniel Rosenwasser

Published: 2026-03-23T16:34:10Z

Content type: release

Language: en

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

Topics: [TypeScript](<https://devfeed.tech/topics/typescript.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Go](<https://devfeed.tech/topics/go.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [web-standards](<https://devfeed.tech/topics/web-standards.md>), [npm](<https://devfeed.tech/topics/npm.md>), [Visual Studio Code](<https://devfeed.tech/topics/visual-studio-code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [features](<https://devfeed.tech/tags/features.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [release](<https://devfeed.tech/tags/release.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [types](<https://devfeed.tech/tags/types.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web-standards](<https://devfeed.tech/tags/web-standards.md>)

## AI overview

TypeScript 6.0 is announced as a bridge release between TypeScript 5.9 and the upcoming TypeScript 7.0. The article highlights alignment work, type-checking changes, import assertion deprecations, updated DOM types, and the transition toward a Go-based compiler and language-service codebase.

## Source excerpt

Today we are excited to announce the availability of TypeScript 6.0! If you are not familiar with TypeScript, it's a language that builds on JavaScript by adding syntax for types, which enables type-checking to catch errors, and provide rich editor tooling. You can learn more about TypeScript and how to get started on the TypeScript [...] The post Announcing TypeScript 6.0 appeared first on TypeScript.