Skip to content

Instantly share code, notes, and snippets.

@wes-goulet
Created November 26, 2019 23:26
Show Gist options
  • Save wes-goulet/281b3c28df3bbc637373f6eaedf72aeb to your computer and use it in GitHub Desktop.
Save wes-goulet/281b3c28df3bbc637373f6eaedf72aeb to your computer and use it in GitHub Desktop.
{
// 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": "Debug index.ts",
"cwd": "${workspaceFolder}",
"protocol": "inspector",
"args": ["${workspaceFolder}/index.ts"],
"runtimeArgs": ["-r", "ts-node/register"],
"env": {
"TS_NODE_IGNORE": "false"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment