skyfalldev/tsconfig.json

8 lines
125 B
JSON
Raw Normal View History

2024-07-06 11:00:34 +00:00
{
"extends": "astro/tsconfigs/strict",
2024-07-14 12:40:05 +00:00
"exclude": ["dist/**"],
2024-07-06 11:00:34 +00:00
"compilerOptions": {
"strictNullChecks": true
}
2024-07-06 11:56:31 +00:00
}