mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-23 10:52:30 +01:00
20 lines
311 B
JSON
20 lines
311 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "ts-node",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"args": [
|
|
"${relativeFile}"
|
|
],
|
|
"runtimeArgs": [
|
|
"-r",
|
|
"ts-node/register"
|
|
],
|
|
"cwd": "${workspaceRoot}",
|
|
"protocol": "inspector",
|
|
"internalConsoleOptions": "openOnSessionStart"
|
|
}
|
|
|
|
]
|
|
} |