creator/web/tsconfig.json
2023-05-20 14:11:35 +02:00

8 lines
146 B
JSON

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