{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"baseUrl": ".",
"strictNullChecks": true,
"paths": {
"@/*": ["src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "react",
"outDir": "dist"
}