analyze_project_references
Analyze a tsconfig.json's project references to verify each referenced package has composite:true enabled, catching missing or broken references that cause silent build failures in TypeScript monorepos.
Instructions
Inspect a tsconfig.json's project references array and validate that each referenced package has composite:true enabled. Detects missing or broken cross-package references in TypeScript monorepos that would cause silent build failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configPath | Yes | Absolute path to the tsconfig.json to analyze for project references |