cloudaxe-opencode/packages/web/tsconfig.json

10 lines
194 B
JSON
Raw Permalink Normal View History

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