
The starting point for learning TypeScript
Find TypeScript starter projects: from Angular to React or Node.js and CLIs.
TypeScript: Handbook - The TypeScript Handbook
If you are coming to TypeScript without a JavaScript background, with the intention of TypeScript being your first language, we recommend you first start reading the documentation on either …
TypeScript: JavaScript With Syntax For Types.
TypeScript extends JavaScript by adding types to the language. TypeScript speeds up your development experience by catching errors and providing fixes before you even run your code.
Documentation - TypeScript for JavaScript Programmers
This tutorial provides a brief overview of TypeScript, focusing on its type system. Types by Inference TypeScript knows the JavaScript language and will generate types for you in many …
Documentation - TypeScript for the New Programmer
Learn TypeScript from scratch
Documentation - TypeScript Tooling in 5 minutes
A tutorial to understand how to create a small website with TypeScript
TypeScript: Documentation - Modules - Introduction
How TypeScript models JavaScript modulesThis document is divided into four sections: The first section develops the theory behind how TypeScript approaches modules. If you want to be …
TypeScript Cheat Sheets
To read later or printDownloadable syntax reference pages for different parts of everyday TypeScript code Learn more about Classes, Interfaces, Types and Control Flow Analysis
TypeScript: Documentation - Migrating from JavaScript
If you’re using Gulp in some fashion, we have a tutorial on using Gulp with TypeScript, and integrating with common build tools like Browserify, Babelify, and Uglify.
Examples - TypeScript
The Playground examples are an interactive set of tutorials, and overviews into parts of TypeScript with a very tight focus. They are not as comprehensive as the TypeScript …