This project includes all that is require to start debugging session while using Visual Studio Code as editor on a TypeScript file.
This project was insired and created for this StackOverflow thread
- Open the git repo using Visual Studio Code
- Add a breakpoint at row '5' of app.ts (console.log(farewellMessage);)
- Start debug (press F5)