polsevev.dev/tsconfig.json
2024-08-02 22:52:09 +02:00

6 lines
No EOL
98 B
JSON

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