cryptorugmunch-com/tsconfig.json
cryptorugmunch 043d0379fd feat: Rug Munch Media corporate site — Docusaurus 3 dark theme
- Full dark theme (CSS custom properties, mobile-first)
- Homepage with hero, product cards, repo grid
- About page with timeline origin story
- RMI product page with detection signals table
- Green CRM lettering favicon + logo
- Fleet standard .agentrules
- Cloudflare Pages deployment ready
- MDX content pages + TypeScript config
2026-07-09 18:43:16 +07:00

12 lines
389 B
JSON

// This file is not used by "docusaurus start/build" commands.
// It is here to improve your IDE experience (type-checking, autocompletion...),
// and can also run the package.json "typecheck" script manually.
{
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"ignoreDeprecations": "6.0",
"strict": true
},
"exclude": [".docusaurus", "build"]
}