Files
website-astro-stefanimhoff.de/tsconfig.json
2025-01-03 14:39:54 +01:00

9 lines
146 B
JSON

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