personal-page/tsconfig.json
2023-06-25 13:57:27 -04:00

7 lines
No EOL
124 B
JSON

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