This commit is contained in:
adm
2024-02-29 02:39:06 +03:00
parent fe7a546f91
commit e5cd1b67eb
87 changed files with 21432 additions and 0 deletions

7
tsconfig.json Normal file
View File

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