Skip to content

Instantly share code, notes, and snippets.

@woutrbe
Created May 17, 2020 08:50
Show Gist options
  • Save woutrbe/e08cf768c267e695eb42b54780365f93 to your computer and use it in GitHub Desktop.
Save woutrbe/e08cf768c267e695eb42b54780365f93 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Typescript",
"skipFiles": ["<node_internals>/**"],
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
"sourceMaps": true,
"runtimeArgs": ["-r", "ts-node/register"],
"args": ["${workspaceFolder}/src/index.ts"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment