creator/tsconfig.json
2023-04-20 12:08:05 +02:00

8 lines
146 B
JSON

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