srx.astro.nix/tsconfig.json

8 lines
123 B
JSON

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