blob: 866156f0784c93040dee2e62af4132865f11f184 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{
"extends": "astro/tsconfigs/base",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}
|