{
  "id": "build-tsc-basic",
  "ruleId": "build/tsc",
  "input": {
    "toolName": "exec",
    "command": "pnpm tsc --noEmit",
    "combinedText": "src/index.ts(1,1): error TS2322: Type 'string' is not assignable to type 'number'.\nFound 1 error.\n",
    "exitCode": 2
  },
  "expect": {
    "matchedReducer": "build/tsc",
    "family": "build-typescript",
    "contains": ["exit 2", "TS2322"]
  }
}
