add common config

This commit is contained in:
Alexander Navarro 2023-06-25 13:57:27 -04:00
parent 79c1ece8c6
commit 9a4cf1eb13
8 changed files with 1531 additions and 122 deletions

View file

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