Files
Frontend.astro/tsconfig.json
2024-02-29 02:39:06 +03:00

7 lines
121 B
JSON

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