mcmqtt/docs-site/tsconfig.json
Ryan Malloy c06de02236 Add Astro/Starlight documentation site with SEO optimization
Features:
- Diátaxis documentation structure (tutorials, how-to, reference, explanation)
- Alpine.js interactive components
- Comprehensive SEO with AI discovery protocols (llms.txt, ai.txt)
- Custom styling with stats grid and hero components
- PWA manifest and social media previews

Site configured for deployment at mcmqtt.dev
2026-02-07 04:40:46 -07:00

6 lines
98 B
JSON

{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"types": ["alpinejs"]
}
}