Back to Browse

How to Run Typescript in VS Code

5.3K views
Nov 10, 2022
11:58

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/languages/typescript 00:00 Introduction 00:39 Install Typescript Globally 04:33 Local Typescript Version 07:57 Debugging Typescript 11:17 Conclusion

Download

1 formats

Video Formats

360pmp425.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

How to Run Typescript in VS Code | NatokHD