Files
morten-olsen.github.io/tsconfig.json
Morten Olsen 5f79c8da43 init
2023-10-30 11:24:20 +01:00

6 lines
98 B
JSON

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