This commit is contained in:
Suvodip Ghosh
2023-02-02 20:40:18 +05:30
parent 4f3e069f50
commit a2ffe669dd
80 changed files with 1764 additions and 965 deletions

View File

@@ -1,6 +1,7 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}