David Prince
fix: add all missing local module stubs (remote_mcp_registry, mcp_auth, mcp_transport, etc)
cce8120 | { | |
| "compilerOptions": { | |
| "target": "ESNext", | |
| "useDefineForClassFields": true, | |
| "module": "ESNext", | |
| "moduleResolution": "Node", | |
| "strict": true, | |
| "jsx": "react-jsx", | |
| "esModuleInterop": true, | |
| "skipLibCheck": true, | |
| "forceConsistentCasingInFileNames": true | |
| }, | |
| "include": ["src"] | |
| } | |