ES6 and Typescript Tutorial - 3 - Tooling Setup

preview_player
Показать описание

📱 Follow Codevolution

Tooling Setup to get started.

ES6 | ES2015 | Typescript | ES6 Tutorial | ES2015 Tutorial | Typescript Tutorial | ES6 Tutorial for Beginners | ES2015 Tutorial for Beginners | Typescript tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

1) run the tsc --init in terminal which will create the tsconfig file(you have to make some changes)
2)select the build task from the global terminal menu and this will now create the .vscode file
3)create your demo.ts file and build it like in the video and then continue watching the tutorial


Its is different than shown in the video.
Any query in these pls refer the docs for vsc typescript, i hope this helps....

sauravsikdar
Автор

Step 1: npm install -g typescript
Step 2: tsc --init

krishnachaitanya
Автор

Thank you very much sir for these wonderful videos. I have a question (little out of the context). Which mic do you use?

durgeshtechnoclass
Автор

i was also not getting same things as in video so i just started typing, what was in video, by myself and i got it at end!

syedbilalhaider
Автор

Hi vishwas, please guide for latest visual code setup

priyanthmohan
Автор

Cant proceed to the tutorial i also having same problem.
I cant also find watch mode.

jrfishingandoutdooradventu
Автор

If you get the error "execution of scripts is disabled on this system." when running command "tsc --init". open cmd as Admin and run the command " powershell Set-ExecutionPolicy RemoteSigned "

MrMoggz
Автор

Can we use Live Server by Ritwick Dey? From extensions

anandmohanbhu
Автор

I got this error: error TS18003: No inputs were found in config file Specified 'include' paths were '["**/*"]' and 'exclude' paths were '[]'. But I solved it with this:
Step 1: sudo npm install -g typescript
Step 2: tsc --init
Step 3: Don't forget to make 'src' directory in root
Step 4: make a file such as demo.ts contains console.log('hai'); in folder 'src'
Step 5: make a 'scripts' directory in root
Step 6: edit tsconfig.json, in compilerOptions, add two lines code like this "rootDir": "./src", "outDir": "./scripts",
Step 7: Ctrl+Shift+B (in VSCode), and click tsc:watch - tsconfig.json

agusp
Автор

html creation you can use ! + tab key.

akshaynitin
Автор

(tries to compile)
"msbuild : The term 'msbuild' is not recognized as the name of a cmdlet, function, script
file, or operable program"

Why are tutorials never straightforward? In the end I just ended up compiling from the CLI

BigyetiTechnologies
Автор

if you're like me Ctrl+Shift+b doesn't work type in command tsc -w and it"ll do just the same

sassyofran
Автор

when i tried open my console, it showed "Not allowed to load local resources" why is it so?

Sky-oiqi
Автор

viswas plz guide through latest visual studio code i am not getting typescript with watch mode plz help viswas

kaptanbhardwaj
Автор

"typescript - watch mode " cannot find on configure task runner.

miteshkumawat
Автор

not able to see final output. getting error after running server

radhikashravgi
Автор

Sir, please guide for latest visual studio code setup, becz latest one is different from older one...

priyanka
Автор

hey viswas plz guide through latest visual studio code for this thing we are facing issue plz plz plz.plz.plz

kaptanbhardwaj
Автор

viswas plz help regarding latest visual studio code

kaptanbhardwaj
Автор

I was wondering why I didn't have the Typescript Task Runner.. and there was no extension for it or anything.. Thanks.

alexdivito