Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saleh-old/3ce96f0a08af94d4862c49566e2274fe to your computer and use it in GitHub Desktop.
Save saleh-old/3ce96f0a08af94d4862c49566e2274fe to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Jesse BackTest",
"program": "${workspaceRoot}/node_modules/.bin/ts-node",
"args": ["${workspaceFolder}/index.ts"],
"protocol": "inspector",
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment