website/tsconfig.json

7 lines
124 B
JSON
Raw Permalink Normal View History

2024-04-29 17:34:05 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}