shoe-shop/app-shell/tsconfig.json
2024-01-21 20:00:22 +01:00

7 lines
127 B
JSON

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