Files
xahau-web/tsconfig.json
Thomas Silkjær 3f36194a10 Initial commit
2025-07-03 09:24:20 +02:00

10 lines
192 B
JSON

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