reaction/tsconfig.json
Daniel Svitan b8c658374f 🎉 Inits repo
2023-05-16 16:02:07 -07:00

6 lines
91 B
JSON

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