{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"strictNullChecks": true
}