← Back to Rankings
typescript logo

TypeScript

Created by Microsoft in 2012

Rank
#4
Score
27.73

Strongly typed superset of JavaScript

Object-orientedFunctionalImperative

Key Statistics

Current Rank
#4
3
Popularity Score
27.7
out of 100
First Released
2012
14 years ago
Trend Direction
↗ Rising
10.7 pts
Created by Microsoft in 2012

Popularity Trend

27.722.116.6
Feb 22Apr 5May 10

Composite score over the last 12 weeks

Source Breakdown

Contribution by data source (Total: 27.7)

GitHub(20% weight)
66.6240.5%
Stack Overflow(20% weight)
4.516.1%
Job Postings(15% weight)
44.7161.3%
Tutorials(5% weight)
28.8104.1%

Scores are weighted by importance: GitHub (20%), Stack Overflow (20%), Packages (15%), Google Trends (15%), Jobs (15%), Reddit (10%), Tutorials (5%)

Recent History

PeriodRankScore
May 2026Current#427.7
May 2026#116.8
Apr 2026#117.0
Apr 2026#117.0
Apr 2026#117.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.

Related Languages

Compare TypeScript with other languages

Open Comparison Tool