{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "Nest Debug",
      "runtimeExecutable": "npm",
      "runtimeArgs": ["run", "start:dev", "--", "watch"],
      "console": "integratedTerminal",
      "restart": true,
      "protocol": "auto",
      "autoAttachChildProcesses": true,
      "outFiles": ["${workspaceFolder}/dist/**/*.js", "!**/node_modules/**"]
    }
  ]
}
