{
  "version": "2.0.0",
  "tasks": [
    {
      "type": "npm",
      "script": "build",
      "group": {
        "kind": "build",
        "isDefault": true
      },
      "problemMatcher": ["$tsc"],
      "label": "npm: build",
      "detail": "tsc -b --pretty false"
    },
    {
      "type": "npm",
      "script": "watch",
      "group": {
        "kind": "build",
        "isDefault": true
      },
      "problemMatcher": ["$tsc-watch"],
      "label": "npm: watch",
      "detail": "tsc --watch --pretty false"
    },
    {
      "type": "npm",
      "script": "format",
      "group": {
        "kind": "build",
        "isDefault": true
      },
      "problemMatcher": ["$eslint-stylish"],
      "label": "npm: format",
      "detail": "npm run prettier && npm run lint"
    }
  ]
}
