{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "compile", "group": "build", "problemMatcher": "$tsc", "label": "npm: compile", "presentation": { "reveal": "silent", "clear": true } }, { "type": "npm", "script": "watch", "group": "build", "problemMatcher": "$tsc-watch", "isBackground": true, "label": "npm: watch", "presentation": { "reveal": "silent" } } ] }