detect_config_overlaps
Finds source files compiled by multiple tsconfigs and surfaces option conflicts (strict, module, target). Essential for monorepos where shared src trees have incompatible settings.
Instructions
Find source files compiled by more than one tsconfig simultaneously and surface option conflicts (strict, module, target, etc.) between them. Essential for monorepos where tsconfig.app.json and tsconfig.spec.json share the same src/ tree with incompatible settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configPaths | Yes | Two or more absolute paths to tsconfig.json files to compare |