opencode_offline/packages/web/tsconfig.json

10 lines
194 B
JSON
Raw Normal View History

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
}
}