{ "version": "2.0.0", "tasks": [ { "type": "typescript", "tsconfig": "tsconfig.json", "problemMatcher": [ "$tsc" ], "group": "build", }, { "type": "shell", "command": "del build\\*.js", "group": "build", "label": "tsc: clean" } ] }