{ "extends": "astro/tsconfigs/base", "compilerOptions": { // Solid specific settings "jsx": "preserve", "jsxImportSource": "solid-js", } }