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