summaryrefslogtreecommitdiffhomepage
path: root/packages/web/tsconfig.json
blob: 9736038720d70fad959f48975bd5ddd5227ce617 (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "astro/tsconfigs/strict",
  "include": [".astro/types.d.ts", "**/*"],
  "exclude": ["dist"],
  "compilerOptions": {
    "jsx": "preserve",
    "jsxImportSource": "solid-js"
  }
}