webapp/tsconfig.json
2022-10-04 14:38:57 +03:00

8 lines
127 B
JSON

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