phobos/tsconfig.json
2024-05-24 01:40:11 +02:00

7 lines
No EOL
124 B
JSON

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