React application logic and components for the Neo client library
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "debug tests",
"cwd": "${workspaceFolder}",
"runtimeExecutable": "yarn",
"runtimeArgs": ["run", "--inspect-brk", "test"],
"args": ["${fileBasename}"],
"stopOnEntry": true,
"console": "integratedTerminal",
}
]
}
``