managarten/packages/shared-landing-ui/tsconfig.json
Till-JS c6c4c5a552 feat(landing): add shared-landing-ui package and manadeck landing page
- Create @manacore/shared-landing-ui package with reusable components
  (FeatureSection, StepsSection, FAQSection, CTASection, Card atoms)
- Add complete landing page for manadeck app
- Refactor märchenzauber landing to use shared components
  (remove local CTA, FAQ, Features, HowItWorks sections)
- Add German localization for manacore and memoro landing pages
- Update workspace configuration and package dependencies

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 03:03:41 +01:00

13 lines
283 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strict": true,
"declaration": true,
"declarationMap": true,
"moduleResolution": "bundler",
"target": "ES2022",
"module": "ES2022"
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}