tsviewer-frontend/.vscode/launch.json

16 lines
303 B
JSON
Raw Permalink Normal View History

2019-02-07 21:15:30 +00:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
}
}
]
}