Commit graph

1 commit

Author SHA1 Message Date
DustyWalker
29e63402b9 feat: add tsconfig.json - root TypeScript configuration for monorepo
TypeScript configuration with:
- Modern ES2022 target with strict type checking
- Monorepo-optimized project references
- Path mapping for clean imports across packages
- Comprehensive compiler options for production builds
- Support for incremental compilation
- ESM modules with bundler resolution
- Development and build optimizations
- Workspace-aware include/exclude patterns

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 16:49:30 +02:00