moodist/tsconfig.json
2023-10-05 16:41:06 +03:30

7 lines
No EOL
124 B
JSON

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