strudel/website/tsconfig.json
2022-12-19 23:23:31 +01:00

8 lines
150 B
JSON

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