TypeScript Core Concepts - Adding TypeScript to a VS Code project

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


In future videos, we'll share how to add a WebPack to your TypeScript project and more about Types, Classes, and Interfaces.

🔗 Links 🔗

00:00 Introduction
03:05 Installing TypeScript in VS Code
04:46 Initializing compiler settings
06:29 Adding TypeScript to project
08:40 Building a sample app
09:45 Debugging TypeScript
11:14 Conclusion and resources

#TypeScript #TypeScriptTutorial
Рекомендации по теме
Комментарии
Автор

Thanks, Dan. That was cool seeing TypeScript debugged in the browser. If there's any chance we could get the GitHub link into the video description, that would be helpful. Thanks!

musicalbenjiman
Автор

Helpful. Hope to master it by the end of the series.

kojo_shaddy
Автор

Hi Dan, do you ever use the menus in VSC? I thought clicking "Debug" in the menu was how to debug. I have a lot to learn!

johnfromireland
Автор

I have followed this video 4 times (step by step) and when I launch the server it never works. The only thing that opens is a page that says "Index of/" followed by a list of dates, times and file paths. I have no idea what I am doing incorrectly.

Thughes
Автор

Hi Dan, great tutorial. However it breaks with TypeScript v.4.4.4

kuruvchi
Автор

why not : tsc -w ; strict = guard-rails all the way!

hansschenker