How to Run Typescript in VS Code

Опубликовано: 10 Ноябрь 2022
на канале: Train To Code
3,369
30

This video demonstrates how to set up Visual Studio Code to run and debug typescript code. We will cover running typescript when installed globally (with npm install -g typescript), and running the typescript version that is included in a package.json inside your project.

I'll also show you how to debug Typescript using the node js debugger which is included in VS Code, for a complete development experience. Everything in this video is using native features of Visual Studio Code, no extensions!

Referenced documentation:
Schema for tsconfig.json: https://www.typescriptlang.org/tsconfig
Full guide on typescript support in vscode: https://code.visualstudio.com/docs/la...

00:00 Introduction
00:39 Install Typescript Globally
04:33 Local Typescript Version
07:57 Debugging Typescript
11:17 Conclusion