@decorators/express
Version:
node decorators - decorators for express library
26 lines (25 loc) • 479 B
JSON
{
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Express Example",
"runtimeArgs": [
"-r",
"ts-node/register"
],
"args": [
"${workspaceFolder}/example/index.ts"
],
"env": {
"TS_NODE_PROJECT": "example/tsconfig.json"
},
"outputCapture": "std",
"presentation": {
"hidden": false,
"group": "EXPRESS",
"order": 1
},
}
],
}