polsevev.dev/tsconfig.json

6 lines
98 B
JSON
Raw Normal View History

2024-08-02 20:52:09 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
}