← Back to Documentation
TypeScript
JavaScript with syntax for types
TypeScript adds static typing to JavaScript for better tooling and error detection.
Why TypeScript?
Type Safety
Catch errors at compile time
Better IDE Support
IntelliSense and autocomplete
Learn More