skyfalldev/tsconfig.json

7 lines
99 B
JSON
Raw Normal View History

2024-07-06 11:00:34 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
2024-07-06 11:56:31 +00:00
}