summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/fixtures/render-with-components/tsconfig.json
blob: f993eddf652e7ebcc4f3f4118cc3151a34b66ffa (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "extends": "astro/tsconfigs/base",
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "preact"
  },
  "include": [".astro/types.d.ts", "**/*"],
  "exclude": ["dist"]
}