Odel
tsconfig inheritance flattener mcp

tsconfig inheritance flattener mcp

Local
@vola-treblaTypeScriptMITUpdated 3mo ago

Resolves TypeScript config inheritance chains and returns effective compiler options per file.

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtsconfig-inheritance-flattener-mcpv0.2.0

Run

npx -y tsconfig-inheritance-flattener-mcp

MCP client config

{
  "mcpServers": {
    "tsconfig-inheritance-flattener-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tsconfig-inheritance-flattener-mcp"
      ]
    }
  }
}