website-old/tsconfig.json
2023-04-19 16:37:00 -04:00

7 lines
No EOL
124 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}