Initial commit

This commit is contained in:
2023-09-21 14:32:35 +00:00
commit ed8dcebcb7
51 changed files with 8243 additions and 0 deletions

4
tsconfig.json Normal file
View File

@ -0,0 +1,4 @@
{
"extends": "./node_modules/astro/tsconfigs/strictest.json",
"exclude": ["cypress"]
}