TypeScript
Created by Microsoft in 2012
Strongly typed superset of JavaScript
Key Statistics
Popularity Trend
Composite score over the last 12 weeks
Source Breakdown
Contribution by data source (Total: 27.7)
Scores are weighted by importance: GitHub (20%), Stack Overflow (20%), Packages (15%), Google Trends (15%), Jobs (15%), Reddit (10%), Tutorials (5%)
Recent History
| Period | Rank | Score |
|---|---|---|
| May 2026Current | #4 | 27.7 |
| May 2026 | #1 | 16.8 |
| Apr 2026 | #1 | 17.0 |
| Apr 2026 | #1 | 17.0 |
| Apr 2026 | #1 | 17.0 |
Analysis & Context
TypeScript's rise to #3 in our index is the sharpest sustained climb of any top-10 language over the past two years. The driver is structural: JavaScript's ecosystem has adopted TypeScript as the standard for anything beyond small scripts. New Next.js projects default to TypeScript. Angular has required it since 2016. The adoption curve has reached the point where calling TypeScript optional is no longer accurate for professional JavaScript development.
Where TypeScript Is Used
Large-scale React applications
TypeScript's type system makes large React codebases maintainable across teams. Airbnb, Stripe, and Shopify all use TypeScript for their frontend engineering.
Angular applications
Angular requires TypeScript. The entire Angular ecosystem — tooling, component libraries, documentation — is TypeScript-first.
Node.js backends
NestJS (one of the fastest-growing backend frameworks) is TypeScript-only. Express, Fastify, and Hono all have first-class TypeScript support.
Shared monorepos
Large engineering organizations use TypeScript across frontend, backend, and shared packages because the types provide contracts between teams that plain JavaScript cannot enforce.
Developer tooling
VS Code, ESLint, and most modern development tools are built with TypeScript. Type safety matters more in developer tooling than almost anywhere else.
The AI Era
TypeScript is particularly effective with AI coding assistants because type annotations give the AI a spec to work with. GitHub Copilot and Claude generate more accurate implementations in TypeScript than in plain JavaScript — the types constrain the solution space in ways that improve completion quality. This is creating a feedback loop: TypeScript leads to better AI output, which drives faster development, which accelerates TypeScript adoption.
Job Market
TypeScript now appears in the majority of frontend and full-stack job postings in the US and UK, up sharply from 2022 when it was a 'nice to have.' Many postings use 'JavaScript/TypeScript' as a combined requirement. Our job source registers TypeScript as a distinct and growing signal, with the fastest year-over-year growth rate of any top-5 language in our job data.