Skip to content

Instantly share code, notes, and snippets.

@atesztoth
Created May 19, 2020 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atesztoth/cb4f3fa6e95686d01f63c0f0c2ae5e54 to your computer and use it in GitHub Desktop.
Save atesztoth/cb4f3fa6e95686d01f63c0f0c2ae5e54 to your computer and use it in GitHub Desktop.
VSCode debug config for ts-node
{
"name": "debug everything",
"type": "node",
"request": "launch",
"runtimeArgs": ["-r", "ts-node/register"],
"args": ["${workspaceRoot}/src/compile.ts"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment