{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "build", "isBackground": true, "presentation": { "reveal": "never", "focus": false, "panel": "shared", "showReuseMessage": true, "clear": true }, "group": { "kind": "build", "isDefault": true }, "problemMatcher": "$tsc-watch", "label": "npm: build", "detail": "webpack --config ./buildConfig/webpack.dev.js" } ] }