Exposes three TypeScript config analysis tools through the compiler API. get_effective_compiler_options flattens the entire extends chain (monorepo bases, node_modules presets like @tsconfig/strictest) and returns the merged compiler options that actually apply, so your agent knows that strict mode is on or that target is ES2022 even when those are inherited. resolve_module_alias maps path aliases like @/hooks/useAuth to their physical locations on disk using the resolved baseUrl and paths. analyze_project_references validates that all referenced packages in a monorepo have composite enabled. Solves the problem where an AI reads a minimal tsconfig.json and has no idea what rules are actually enforced or where imports resolve to. Install with npx and point it at your tsconfig files.
claude mcp add --transport stdio vola-trebla-tsconfig-inheritance-flattener-mcp uvx tsconfig-inheritance-flattener-mcp