{ // 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", "runtimeVersion": "20", "request": "launch", "name": "Debug Local API", "cwd": "${workspaceFolder}/packages/api", "runtimeExecutable": "npm", "runtimeArgs": ["run", "debug"], "sourceMaps": true, "outFiles": ["${workspaceFolder}/packages/api/.esbuild/src/**/*.js"], "resolveSourceMapLocations": ["${workspaceFolder}/packages/api/**"] } ] }