2025-10-06 12:54:47 +00:00
|
|
|
{
|
|
|
|
|
"extends": "astro/tsconfigs/strict",
|
2025-10-16 16:18:28 +00:00
|
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
|
|
|
"exclude": ["dist"],
|
2025-10-06 12:54:47 +00:00
|
|
|
"compilerOptions": {
|
2025-10-16 16:18:28 +00:00
|
|
|
"jsx": "react-jsx",
|
|
|
|
|
"jsxImportSource": "react"
|
|
|
|
|
}
|
2025-10-06 12:54:47 +00:00
|
|
|
}
|