limepot-xyz/tsconfig.json

7 lines
97 B
JSON
Raw Normal View History

2023-08-13 16:35:03 -06:00
{
2024-04-17 03:25:55 -06:00
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
2023-08-13 16:35:03 -06:00
}