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

9 lines
No EOL
190 B
JSON

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