14 lines
358 B
JSON
14 lines
358 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
"configurations": [
|
|
{
|
|
"command": "ts-node -T ./src/index.ts -n asdf -t blank --db mongodb --no-deps",
|
|
"cwd": "${workspaceFolder}",
|
|
"name": "Debug",
|
|
"request": "launch",
|
|
"type": "node-terminal"
|
|
},
|
|
]
|
|
}
|