{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "0.1.0", "command": "node_modules/.bin/gulp", "isShellCommand": true, "args": ["--no-color"], "tasks": [ { "taskName": "all", "isBuildCommand": true, "showOutput": "always" }, { "taskName": "transpile", "isBuildCommand": true, "showOutput": "always" }, { "taskName": "transpile-min", "isBuildCommand": true, "showOutput": "always" }, { "taskName": "transpile-once", "isBuildCommand": true, "showOutput": "always" }, { "taskName": "transpile-once-min", "isBuildCommand": true, "showOutput": "always" }, { "taskName": "watch", "isBuildCommand": true, "showOutput": "always" } ] }