크롬디버깅하기위한 설정 코드!
{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "chrome debugger", "url": "http://localhost:3000", "webRoot": "${workspaceFolder}/src" } ] }