13 lines
263 B
JSON
13 lines
263 B
JSON
|
{
|
||
|
"version": "0.1.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Debugger",
|
||
|
"type": "chrome",
|
||
|
"request": "attach",
|
||
|
"port": 9222,
|
||
|
"sourceMaps": true,
|
||
|
"webRoot": "${cwd}/"
|
||
|
}
|
||
|
]
|
||
|
}
|