{
  "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}/out/Default"],
          "pattern": {
            "regexp": "^([^\\s].*)\\((\\d+,\\d+)\\):\\s*(.*)$",
            "file": 1,
            "location": 2,
            "message": 3
          }
        }
      ]
    }
  ]
}
