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