Files
website-astro-stefanimhoff.de/tsconfig.json
2023-04-02 15:51:09 +02:00

7 lines
125 B
JSON

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