webapp/tsconfig.json
2022-10-04 14:40:37 +03:00

8 lines
125 B
JSON

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