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