website-astro/tsconfig.json
2024-06-21 15:05:35 +02:00

7 lines
92 B
JSON
Executable File

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
}