Created
March 5, 2019 09:30
-
-
Save saleh-old/3ce96f0a08af94d4862c49566e2274fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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