Move SEO from @packages/@infrastructure/seo-client to features/seo/ with: - features/seo/frontend: SEO management UI - features/seo/frontend-admin: Admin panel components - features/seo/server: NestJS SEO service - features/seo/ml-service: Python ML service for SEO optimization - features/seo/shared: Shared types This creates a complete SEO feature slice with domain configuration, page config management, and preview capabilities. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|