jackmerrill.com/tsconfig.json
2023-10-31 19:22:25 -04:00

7 lines
124 B
JSON

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