cypher23/tsconfig.json
2024-05-19 17:29:20 +02:00

6 lines
91 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
}
}