aboutsummaryrefslogtreecommitdiff
path: root/packages/db/test/fixtures/ticketing-example/tsconfig.json
blob: 2424dae7d70c6c4714aff76cb7ee37b4dec4e67f (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "extends": "astro/tsconfigs/strict",
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "react"
  },
  "include": [".astro/types.d.ts", "**/*"],
  "exclude": ["dist"]
}