Skip to content

Instantly share code, notes, and snippets.

@ptdel
Created October 27, 2022 18:24
Show Gist options
  • Save ptdel/f58ea0039591935fc9143a307b2126cd to your computer and use it in GitHub Desktop.
Save ptdel/f58ea0039591935fc9143a307b2126cd to your computer and use it in GitHub Desktop.
VSCode TypeScript NestJS Tasks Profile
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start:debug",
"group": "build",
"problemMatcher": [],
"label": "beginDebug",
"detail": "nest start --debug --watch"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment