{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch via NPM", "console": "integratedTerminal", "runtimeExecutable": "npm", "runtimeArgs": [ "run", "start" ], } ] }