Files
beanstalkedu-exam-portal/tsconfig.json
2023-11-17 15:15:36 +05:30

6 lines
91 B
JSON

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