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

6 lines
92 B
JSON
Executable file

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