This commit is contained in:
2023-01-18 15:21:38 +00:00
commit 5b47244ee9
29 changed files with 15604 additions and 0 deletions

6
tsconfig.json Normal file
View File

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