Skip to content

microsoft/TypeScript

TypeScript

GitHub Actions CI npm version Downloads OpenSSF Scorecard

TypeScriptis 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 theplayground,and stay up to date viaour blogandTwitter account.

Find others who are using TypeScript atour community page.

Installing

For the latest stable version:

npm install -D typescript

For our nightly builds:

npm install -D typescript@next

Contribute

There are many ways tocontributeto TypeScript.

This project has adopted theMicrosoft Open Source Code of Conduct.For more information see theCode of Conduct FAQor contactopencode@microsoft with any additional questions or comments.

Documentation

Roadmap

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