jackmerrill.com/tsconfig.json

7 lines
124 B
JSON
Raw Normal View History

2023-10-31 16:22:25 -07:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}