{
  "version": "2.0.0",
  "runner": "terminal",
  "tasks": [
    {
      "label": "1-build_Debug",
      "type": "shell",
      "command": "npm run build",
      "group": { "kind": "build", "isDefault": true },
      "presentation": {
        "echo": true,
        "reveal": "always"
      },
      "problemMatcher": [
        {
          "owner": "typescript",
          "fileLocation": ["relative", "${workspaceRoot}"],
          "pattern": {
            "regexp": "^([^\\s].*)\\((\\d+,\\d+)\\): error (TS\\d+):\\s*(.*)$",
            "file": 1,
            "location": 2,
            "code": 3,
            "message": 4
          }
        }
      ]
    }
  ]
}
