{ "configurations": [ { "name": "Launch Program", "program": "${workspaceFolder}/build/index.js", "request": "launch", "skipFiles": [ "/**" ], "type": "node", "preLaunchTask": "tsc: build - tsconfig.json" } ] }