This commit is contained in:
2023-01-04 14:27:38 +00:00
commit c0460334ef
17 changed files with 15146 additions and 0 deletions

6
tsconfig.json Normal file
View File

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