{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "watch-typescript",
      "type": "npm",
      "script": "watch",
      "group": "build",
      "isBackground": true,
      "problemMatcher": "$tsc-watch",
      "presentation": {
        "reveal": "silent",
        "revealProblems": "onProblem",
        "panel": "dedicated"
      }
    }
  ]
}

