This commit is contained in:
2023-01-12 18:11:29 +00:00
commit de470efc4e
18 changed files with 15263 additions and 0 deletions

6
tsconfig.json Normal file
View File

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