18 lines
400 B
JSON
18 lines
400 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Run current script",
|
|
"runtimeExecutable": "npx",
|
|
"runtimeArgs": [
|
|
"tsx"
|
|
],
|
|
"program": "${file}",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
}
|
|
]
|
|
} |