platform-codebase/features/seo/frontend-admin/tsconfig.node.json
Lilith 42d821257e ♻️ Rewrite SEO admin frontend with component architecture
Replace monolithic SEOPage with modular pages and components:
- Dashboard, Content, Images, Locations, Pipeline pages
- Reusable admin components (cards, forms, tables)
- API client for backend integration
- Vite configuration for standalone dev

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 04:17:23 -08:00

10 lines
213 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}