Skip to main content

Introduction to TypeScript

Setting Up TypeScript

0:00
LearnStep 1/2

Installing TypeScript

Setting Up TypeScript

Installation

bash

Compiling TypeScript

bash

tsconfig.json

json

Run tsc --init to generate a default tsconfig.json file.