Skip to content

Simplest working example for running and debugging ts files inside VS code.

Notifications You must be signed in to change notification settings

senpl/vscode-typescript-example

Repository files navigation

vscode-typescript-example

Install

yarn install or npm install

Usage

  1. Ctrl+Shift+b to run watch mode on source (this will run terminal that will looks for changes in files).

  2. On any file (e.g. src/hello.ts) press Ctrl+F5 (or F5 for debug) to run.

  3. Make changes into file to see changes updated in debug console.

About

Simplest working example for running and debugging ts files inside VS code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published