Files
rgyci.org/tsconfig.json
Suvodip Ghosh a2ffe669dd update
2023-02-02 20:40:18 +05:30

7 lines
124 B
JSON

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