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