{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "dts", "problemMatcher": [], "label": "npm: dts", "detail": "tsc", "group": { "kind": "build", "isDefault": true } }, { "type": "npm", "script": "test", "group": { "kind": "test", "isDefault": true }, "problemMatcher": [], "label": "npm: test", "detail": "eslint . && mocha" } ] }