Files
www/tsconfig.json
2025-02-23 20:10:11 +01:00

8 lines
126 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}