{ "version": "2.0.0", "command": "npm", "args": [ "run", "watch" ], "isBackground": true, "problemMatcher": "$tsc-watch", "tasks": [ { "label": "npm", "type": "shell", "command": "npm", "args": [ "run", "watch" ], "isBackground": true, "problemMatcher": "$tsc-watch", "group": { "_id": "build", "isDefault": false } } ] }