🌐
GitHub
github.com › microsoft › TypeScript
GitHub - microsoft/TypeScript: TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - microsoft/TypeScript
Starred by 107K users
Forked by 13.2K users
Languages   TypeScript
Discussions

"For the first time, TypeScript overtook both Python and JavaScript in August 2025 to become the most used language on GitHub" - GitHub
Two main reasons: 1. Why not spin up a TS project even if you don't intend to use TS. JS is all still valid. And you never know when you might want extra type safety or if you even want to fully convert. 2. A lot of AI/LLm coding will spin up at TS instead of JS project because of this. And then it's just the self-sustainting loop of AI sees a lot TS, so will default to TS, which will create more TS projects to scrape and/or support so AI next time will also be like cool, let's go with TS. More on reddit.com
🌐 r/webdev
123
1139
October 28, 2025
Best open source projects showcasing Typescript on github in 2021?
you could check this out https://github.com/dzharii/awesome-typescript#built-with-typescript More on reddit.com
🌐 r/typescript
16
36
March 10, 2021
GitHub Actions - How To Work With TypeScript - Stack Overflow
The Problem I'm doing a custom GitHub Action for the Marketplace, to make it easier to use in other projects. The Action is made with TypeScript, and uses some packages, like typescript, babel (edi... More on stackoverflow.com
🌐 stackoverflow.com
GitHub Action to annotate tsc errors
What value do you use for the -f argument with eslint out of curiosity? More on reddit.com
🌐 r/typescript
5
6
February 2, 2021
🌐
GitHub
github.com › trending › typescript
Trending TypeScript repositories on GitHub today · GitHub
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more. ... Production-ready platform for agentic workflow development. TypeScript 121,095 18,815 Built by 114 stars today

programming language, superset of JavaScript that compiles to JavaScript

TypeScript (TS) is a high-level programming language that adds static typing with optional type annotations to JavaScript. It is designed for developing large applications. It transpiles to JavaScript. It is developed by … Wikipedia
Factsheet
Family ECMAScript
Designed by Microsoft,
Anders Hejlsberg,
Luke Hoban
Factsheet
Family ECMAScript
Designed by Microsoft,
Anders Hejlsberg,
Luke Hoban
🌐
TypeScript
typescriptlang.org
TypeScript: JavaScript With Syntax For Types.
Felix Rieseberg at Slack covered the transition of their desktop app from JavaScript to TypeScript in their blogRead · Angular · Vue · Jest · Redux · Ionic · Probot · Deno · Vercel · Yarn · GitHub Desktop · Voted 2nd most loved programming language in the Stack Overflow 2020 Developer survey ·
🌐
GitHub
github.com › typescript-eslint › typescript-eslint
GitHub - typescript-eslint/typescript-eslint: :sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
Monorepo for typescript-eslint: powerful static analysis for JavaScript and TypeScript
Starred by 16K users
Forked by 2.9K users
Languages   TypeScript 90.9% | MDX 7.8%
🌐
GitHub
github.com › strands-agents › sdk-typescript
GitHub - strands-agents/sdk-typescript: A model-driven approach to building AI agents in just a few lines of code.
5 days ago - Strands Agents is a simple yet powerful SDK that takes a model-driven approach to building and running AI agents. The TypeScript SDK brings key features from the Python Strands framework to Node.js environments, enabling type-safe agent development for everything from simple assistants to complex workflows.
Starred by 281 users
Forked by 25 users
Languages   TypeScript 98.9% | JavaScript 1.1%
Find elsewhere
🌐
GitHub
github.com › microsoft › typescript-go
GitHub - microsoft/typescript-go: Staging repo for development of native port of TypeScript
Staging repo for development of native port of TypeScript - microsoft/typescript-go
Starred by 23.3K users
Forked by 760 users
Languages   Go 96.3% | TypeScript 2.9% | JavaScript 0.8%
🌐
GitHub
github.com › modelcontextprotocol › typescript-sdk
GitHub - modelcontextprotocol/typescript-sdk: The official TypeScript SDK for Model Context Protocol servers and clients
1 week ago - Issues and pull requests are welcome on GitHub at https://github.com/modelcontextprotocol/typescript-sdk.
Starred by 11K users
Forked by 1.5K users
Languages   TypeScript 99.1% | JavaScript 0.9%
🌐
GitHub
github.com › TypeStrong › ts-node
GitHub - TypeStrong/ts-node: TypeScript execution and REPL for node.js
TypeScript execution and REPL for node.js, with source map and native ESM support.
Starred by 13.1K users
Forked by 543 users
Languages   TypeScript 73.5% | JavaScript 24.9%
🌐
Convex
convex.dev › references & resources › community & learning resources › using ts with github
Using TS with GitHub | TypeScript Guide by Convex
Create a .github/workflows directory in your repository ... name: TypeScript CI on: push: branches: [main] pull_request: branches: [main] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Use Node.js uses: actions/setup-node@v3 with: node-version: "16.x" - name: Install dependencies run: npm ci - name: Type check run: npx tsc --noEmit - name: Run tests run: npm test
🌐
JBI Training
jbinternational.co.uk › article › view › 1306
How to Use TypeScript with GitHub
In this how-to guide, I have explained how to use TypeScript with GitHub, including setting up a TypeScript project, writing and compiling TypeScript code, committing and pushing TypeScript files to GitHub, and working with TypeScript in a collaborative environment.
🌐
InfoWorld
infoworld.com › home › artificial intelligence
TypeScript rises to the top on GitHub | InfoWorld
October 28, 2025 - TypeScript, Microsoft’s strongly typed JavaScript variant, has become the most-used language on GitHub, according to GitHub’s Octoverse 2025 report released on October 28.
🌐
TypeScript
typescriptlang.org › play
TS Playground - An online editor for exploring ...
The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.
🌐
GitHub
github.com › DefinitelyTyped › DefinitelyTyped
GitHub - DefinitelyTyped/DefinitelyTyped: The repository for high quality TypeScript type definitions.
The repository for high quality TypeScript type definitions. - DefinitelyTyped/DefinitelyTyped
Starred by 50.7K users
Forked by 30.5K users
Languages   TypeScript
🌐
GitHub
github.com › dzharii › awesome-typescript
dzharii/awesome-typescript
A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript - dzharii/awesome-typescript
Starred by 5.1K users
Forked by 449 users
🌐
GitHub
github.com › microsoft › TypeScript-Website
GitHub - microsoft/TypeScript-Website: The Website and web infrastructure for learning TypeScript
The docs for TypeScript.
Starred by 2.4K users
Forked by 1.5K users
Languages   TypeScript 80.6% | SCSS 11.0% | JavaScript 8.3%