aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 7fb90fafc062daf6f0d52fcc123799b27abb140c (plain) (blame)
1
2
3
4
5
6
7
{
  "extends": "astro/tsconfigs/base",
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "react"
  }
}