2024-12-25 02:14:10 -05:00
|
|
|
{
|
|
|
|
"extends": "astro/tsconfigs/strict",
|
2025-03-08 19:45:21 -05:00
|
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
|
|
"exclude": ["dist", "public/pagefind"],
|
2024-12-25 02:14:10 -05:00
|
|
|
"compilerOptions": {
|
2025-03-08 19:45:21 -05:00
|
|
|
"baseUrl": ".",
|
2024-12-25 02:14:10 -05:00
|
|
|
"paths": {
|
2025-03-08 19:45:21 -05:00
|
|
|
"@/*": ["./src/*"]
|
|
|
|
},
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "react"
|
2024-12-25 02:14:10 -05:00
|
|
|
}
|
|
|
|
}
|