{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"baseUrl": "src",
"paths": {
"@/*": ["*"]
},
"types": ["astro/client"],
"strictNullChecks": true
}