TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Перейти к файлу
Anders Hejlsberg a1047daf8b Accept baseline changes 2023-10-18 07:07:26 -07:00
.devcontainer Add dprint to devcontainer (#55581) 2023-08-30 17:04:28 -07:00
.github Fix new-release-branch workflow (#55893) 2023-09-27 11:12:08 -07:00
.vscode Update dprint to 0.41 and bump plugins (#55580) 2023-09-11 17:59:07 -07:00
bin
scripts Add pre-commit dprint hook, fix post-checkout hook (#55799) 2023-09-20 13:39:19 -07:00
src Manually re-implement changes in checker.ts 2023-10-18 07:04:18 -07:00
tests Accept baseline changes 2023-10-18 07:07:26 -07:00
.c8rc.json Run dprint on json (#55602) 2023-09-01 15:26:01 -07:00
.dprint.jsonc Update dprint-typescript to 0.88.1, reformat (#55913) 2023-09-29 14:12:50 -07:00
.editorconfig
.eslintplugin.js dprint the codebase (#54820) 2023-08-16 14:26:38 -07:00
.eslintrc.json Run dprint on json (#55602) 2023-09-01 15:26:01 -07:00
.git-blame-ignore-revs Add dprint commit to git-blame-ignore-revs (#55402) 2023-08-16 14:32:14 -07:00
.gitattributes Make GitHub render json as jsonc (#52335) 2023-01-20 12:08:26 -08:00
.gitignore Only gitignore lib dir at repo root (#54644) 2023-06-14 09:53:45 -07:00
.gulp.js
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Herebyfile.mjs Remove the dependency of "del" (#55112) 2023-08-23 16:42:37 -07:00
LICENSE.txt
README.md Don't recommend installing typescript package globally in README (#53209) 2023-03-13 13:07:58 -07:00
SECURITY.md Update SECURITY.md from 0.0.5 to 0.0.9 (#55651) 2023-09-06 13:19:32 -07:00
ThirdPartyNoticeText.txt Fix ThirdPartyNoticeText.txt encoding (#53184) 2023-03-09 13:05:02 -08:00
package-lock.json Update package-lock.json 2023-10-01 06:19:20 +00:00
package.json Fix playright browser installs due to upstream breaking change (#55740) 2023-09-14 08:44:55 -07:00

README.md

TypeScript

GitHub Actions CI Devops Build Status 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:

npm install -D typescript

For our nightly builds:

npm install -D typescript@next

Contribute

There are many ways to contribute to TypeScript.

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.