books/tsconfig.json

9 lines
166 B
JSON
Raw Normal View History

2025-04-28 23:32:21 -04:00
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true
}
}