Files
list.fur/tsconfig.json
2023-12-19 00:49:07 +05:30

7 lines
124 B
JSON

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