lilith-platform.live/codebase/@features/cocotte-tech/site/tsconfig.json
autocommit b585b57036 chore(site): 🔧 Update ignored files and TypeScript config for build artifacts and stricter checks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 18:30:00 -07:00

5 lines
128 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": ["src/**/*", "astro.config.mjs"],
"exclude": ["dist", "node_modules"]
}