Files
website/tsconfig.json

9 lines
166 B
JSON
Raw Normal View History

2024-12-06 21:56:46 +00:00
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true
}
}