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