{ "version": "2.0.0", "tasks": [ { "label": "Typecheck: tsc --noEmit", "type": "shell", "command": "npm", "args": [ "run", "-s", "tsc", "--", "--noEmit" ] }, { "label": "Typecheck: tsc --noEmit", "type": "shell", "command": "npm", "args": [ "run", "-s", "tsc", "--", "--noEmit" ], "problemMatcher": [ "$tsc" ], "group": "build" } ] }