How to install typescript | How to setup typescript | Typescript tutorial for beginners

Опубликовано: 06 Июнь 2026
на канале: Stubborn Developers
87
4

#stubborndevelopers
In this video, we will learn all about typescript installation and setup like how can we install typescript and how can we setup typescript in a project from scratch.

// Command to initialize NPM
npm init -y (It will create package.json file with all default options)

// Command to install TypeScript
1. npm install typescript --save-dev (TypeScript in Your Project)
OR
2. npm install -g typescript (Globally Installing TypeScript)

// Command to setup/initialize TypeScript
tsc --init (It will create tsconfig.json file with all default options)

*** SCSS Tutorial in Hindi 2021 Playlist ***
   • What is SCSS | SCSS introduction | Basic c...  

*** jQuery Tutorial in Hindi 2021 Playlist ***
   • Install Gulp by NPM | Compile SCSS to CSS ...  

*** Gulp Tutorial in Hindi 2021 Playlist ***
   • Install Gulp by NPM | Compile SCSS to CSS ...  

*** Node.JS Tutorial in English 2021 Playlist ***
   • how to install node js  

*** React.JS Tutorial in Hindi 2021 Playlist ***
   • react js introduction in hindi