Files
3dhouseofficial.com/tsconfig.json
2024-05-04 12:48:54 +00:00

6 lines
91 B
JSON

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