yarn install or npm install
-
Ctrl+Shift+b to run watch mode on source (this will run terminal that will looks for changes in files).
-
On any file (e.g. src/hello.ts) press Ctrl+F5 (or F5 for debug) to run.
-
Make changes into file to see changes updated in debug console.