This commit is contained in:
2023-11-17 15:15:36 +05:30
commit 0f771c2155
25 changed files with 19172 additions and 0 deletions

6
tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
}
}