windivi
Results
1
comments of
windivi
you can try this: "node --inspect -r ts-node/register src/server/main.ts"; .vscode: { "version": "0.2.0", "configurations": [ { "type": "node", "request": "attach", "name": "Attach", "restart": true, "port": 9229 } }