this is a node.js playground project with preconfigured options to write typescript with persistent debugging.
start the project in dev mod
yarn devstart the project in debug mode
yarn dev:debugYou can now use vscode debug configuration and debug your typescript code directly. Debugging will stay persistant even when nodemon restarts.