Skip to content

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

License

Notifications You must be signed in to change notification settings

iscordian/TypeScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript

JavaScript that scales.

GitHub Actions CI npm version Downloads OpenSSF Scorecard

Get Started

TypeScript is a language for application-scale JavaScript. It 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.

Key Features:

Feature Description
Static Typing Enhances code maintainability, reduces errors, and improves code readability.
Cross-Platform Compatibility Runs on any browser, server, or operating system.
Strong Community & Ecosystem Large and active community with extensive documentation, libraries, and tools.
Interoperability with JavaScript Seamlessly integrates with existing JavaScript code and libraries.

Try it out:

Get Involved:

Installing:

  • Stable: npm install -D typescript
  • Nightly: npm install -D typescript@next

Contributing:

Learn More:

Roadmap:

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Other 0.1%