Overview
TypeScript is a programming language that adds optional type annotations to JavaScript and supports large application development with static checks and editor tooling. TypeScript source compiles to readable JavaScript that runs in browsers and other JavaScript hosts.
Based on official documentation; not hands-on tested · Content checked:
Generate JavaScript from typed source
Types can describe variables, functions, objects, and other program structures so inconsistencies can be found during compilation before JavaScript is emitted. The official README links stable and nightly npm installation, the Playground, handbook, and project roadmap.
Sources: [1]
For teams adding types without leaving JavaScript
It is a candidate for incrementally typing an existing JavaScript project or checking shared APIs and data structures during development. Teams can keep JavaScript runtimes and libraries while using types as a common design vocabulary.
Sources: [1]
Treat type checking and execution as separate concerns
TypeScript is a language and toolchain that emits JavaScript; it does not provide a browser, server runtime, UI framework, and bundler as one stack. The project still needs to align its target runtime, third-party type declarations, and compiler settings.
Sources: [1]
Official sources
- [1]TypeScript README(2026-09-12)
Supplemental curator note
Selected for preserving a durable name, URL, and concise README while the compiler implementation moved to Go.
Growth trends
Last 30 days
111,017 Stars
Trend data is still being collected.
Built with
- Go
- TypeScript
- JavaScript
Categories and tags
Categories
GitHub Topics
- typescript
- javascript
- language
- typechecker
GitHub dataView detailed GitHub data
- Stars
- 111,017
- Forks
- 13,816
- Watchers
- 2,229
- Open issues
- 4,931
- Contributors
- 340
- Primary language
- Go
- License
- Apache-2.0
- Repository last updated
- Sep 12, 2026
Explore next
- React250,096 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Visual Studio Code (Code - OSS)192,090 Stars
The MIT-licensed Code - OSS repository that forms the open foundation of Visual Studio Code.
TypeScript - Flutter178,922 Stars
Google's cross-platform UI SDK for delivering mobile, web, and desktop applications from one Dart codebase.
Dart - Bootstrap174,772 Stars
A responsive, mobile-first web framework built from CSS and JavaScript grids, utilities, and components.
MDX - LangChain146,205 Stars
A Python framework that connects models, tools, retrieval systems, and other components for LLM applications and agents.
Python
Report incorrect information
Tell us if any listing information is incorrect or outdated.