aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-react/tsconfig.json
blob: 92a18df9052f4be0d71ccf48b5016f0e260c6a98 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "extends": "astro/tsconfigs/strict",
  "include": [".astro/types.d.ts", "**/*"],
  "exclude": ["dist"],
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "react"
  }
}