0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/packages/integrations/markdoc/test/fixtures/render-with-components/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
190 B
JSON
Raw Normal View History

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"include": ["**/*", ".astro/types.d.ts"],
"exclude": ["dist"]
}