Files
website-astro-stefanimhoff.de/tsconfig.json
2023-04-24 16:14:53 +02:00

9 lines
147 B
JSON

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