personal-website/tsconfig.json

7 lines
No EOL
123 B
JSON

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