chore: add jsx compiler option in tsconfig

This commit is contained in:
satnaing
2023-05-15 11:24:47 +06:30
parent 99b27240ec
commit a1c13c1b4f
+1
View File
@@ -2,6 +2,7 @@
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": "src",
"jsx": "react-jsx",
"paths": {
"@assets/*": ["assets/*"],
"@config": ["config.ts"],