explain_emission_structure
Builds a virtual tree of TypeScript emit paths (JS, d.ts, source maps) from tsconfig alone, to forecast output locations and diagnose rootDir/outDir misconfigurations.
Instructions
Build a virtual tree of what TypeScript will emit for each source file — compiled JS, declaration (.d.ts), and source map paths — without running the compiler. Useful when an agent needs to predict where output files will land or debug rootDir/outDir misconfigurations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configPath | Yes | Absolute path to the tsconfig.json to analyze for emission structure |