Sha256: 1b0ddfbe747affaf1887475062f268b0e217bccfda1afe1fa5b39dd25c5f17f5

Contents?: true

Size: 870 Bytes

Versions: 1

Compression:

Stored size: 870 Bytes

Contents

{
  // 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"
    }
  ]
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typescript-monkey-0.9.0 .vscode/tasks.json