Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 390 Bytes

TS-Playground

this is a node.js playground project with preconfigured options to write typescript with persistent debugging.


start the project in dev mod

yarn dev

start the project in debug mode

yarn dev:debug

You can now use vscode debug configuration and debug your typescript code directly. Debugging will stay persistant even when nodemon restarts.