create-node-lib
Version:
Scaffolding out a Node.js library module
19 lines (18 loc) • 426 B
JSON
{
"configurations": [
{
"name": "Launch Program",
"type": "node",
"request": "launch",
"program": "${workspaceFolder}/src/main.ts",
"console": "integratedTerminal",
"restart": true,
"args": [],
"runtimeExecutable": null,
"runtimeArgs": [
"--nolazy"
]
}
],
"version": "0.2.0"
}