TypeScript is a language for application-scale JavaScript development. It's a typed superset of JavaScript that compiles to plain JavaScript.

Redmond, WA
A new documentary about VS @code is out! 🎬🎞️🍿 Check out The Story of VS Code, the story of the editor that brought the TypeScript experience to everyone! piped.video/watch?v=kHL3Xzjp…
11
10
86
21,437
We know people will still need TS 6 for API usage. That's why there's a new `@typescript/typescript6` package that provides - the TypeScript 6 API - a separate `tsc6` binary Install it side-by-side with TypeScript 7, and don't worry about conflicts with `tsc`.
3
10
87
21,434
TypeScript retweeted
⚡ Learn how the VS Code and TypeScript teams collaborated to bring TypeScript 7 to VS Code. The result: faster builds, faster iteration, and a better day-to-day development experience. Read more: code.visualstudio.com/blogs/…
6
86
727
59,387
📣 TypeScript 7's Release Candidate is now out! 📣 The new native port is almost here. Try it out on your codebases, and make sure your team is ready for the upcoming 7.0 release! devblogs.microsoft.com/types…
31
377
2,141
339,382
For teams moving gradually, `tsc` from TypeScript 7 can run side-by-side with the `tsc6` executable & API from TypeScript 6 using the new `@typescript/typescript6` package.
1
1
46
10,729
Try the RC today! npm install -D typescript@rc Then run `npx tsc` as usual - just faster.
1
1
56
9,010