๐Ÿ“ฆ microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

โ˜… 107.5k stars โ‘‚ 13.2k forks ๐Ÿ‘ 107.5k watching โš–๏ธ Apache License 2.0
javascriptlanguagetypecheckertypescript
๐Ÿ“ฅ Clone https://github.com/microsoft/TypeScript.git
HTTPS git clone https://github.com/microsoft/TypeScript.git
SSH git clone git@github.com:microsoft/TypeScript.git
CLI gh repo clone microsoft/TypeScript
Daniel Rosenwasser Daniel Rosenwasser Prepare tests for `--noImplicitAny` (#62989) 7f6a846 3 days ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .devcontainer
๐Ÿ“ .github
๐Ÿ“ .vscode
๐Ÿ“ bin
๐Ÿ“ scripts
๐Ÿ“ src
๐Ÿ“ tests
๐Ÿ“„ .c8rc.json
๐Ÿ“„ .dprint.jsonc
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitattributes
๐Ÿ“„ .gitignore
๐Ÿ“„ .gulp.js
๐Ÿ“„ CODE_OF_CONDUCT.md
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ eslint.config.mjs
๐Ÿ“„ Herebyfile.mjs
๐Ÿ“„ knip.jsonc
๐Ÿ“„ LICENSE.txt
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ SECURITY.md
๐Ÿ“„ SUPPORT.md
๐Ÿ“„ README.md

TypeScript

CI npm version Downloads OpenSSF Scorecard TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the playground, and stay up to date via our blog and Twitter account. Find others who are using TypeScript at our community page.

Installing

For the latest stable version: ``bash npm install -D typescript ` For our nightly builds: `bash npm install -D typescript@next ``

Contribute

There are many ways to contribute to TypeScript.
  • Submit bugs and help us verify fixes as they are checked in.
  • Engage with other TypeScript users and developers on StackOverflow.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Documentation

Roadmap

For details on our planned features and future direction, please refer to our roadmap.