2025-05-23 18:17:45 +00:00
|
|
|
{
|
2025-05-26 21:25:06 +00:00
|
|
|
"extends": "astro/tsconfigs/strict",
|
|
|
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
|
|
|
"exclude": ["dist"],
|
2025-05-23 18:17:45 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"jsx": "preserve",
|
2025-05-26 21:25:06 +00:00
|
|
|
"jsxImportSource": "solid-js"
|
2025-05-23 18:17:45 +00:00
|
|
|
}
|
|
|
|
|
}
|