TypeScript Monorepo Config
Configure TypeScript effectively across monorepo packages with shared configs and proper build orchestration.
Usage
Describe your monorepo structure and get TypeScript configuration recommendations.
Examples
- "Set up shared tsconfig for a turborepo monorepo"
- "How do I share types between packages in my monorepo?"
- "Configure TypeScript project references for my pnpm workspace"
Guidelines
- Show base tsconfig with package-specific extensions
- Cover workspace protocol dependency typing
- Include build orchestration with turborepo or nx
- Explain internal package resolution strategies
- Show IDE support configuration for cross-package navigation