1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

TS debug command for server

This commit is contained in:
Martin McKeaveney 2021-07-01 17:36:41 +01:00
parent 835e258b56
commit 41471f809a

View file

@ -5,10 +5,13 @@
"version": "0.2.0",
"configurations": [
{
"name": "Start Server",
"type": "node",
"request": "launch",
"name": "Start Server",
"program": "${workspaceFolder}/src/index.js"
"runtimeExecutable": "node",
"runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"],
"args": ["src/index.ts"],
"cwd": "${workspaceRoot}",
},
{
"type": "node",