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