website/tsconfig.json

8 lines
147 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"allowJs": true,
"jsx": "preserve",
"jsxImportSource": "solid-js"
}
}