initial commit

This commit is contained in:
zackartz 2024-05-05 16:19:04 -04:00
commit 8a8f7c6f62
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
146 changed files with 8471 additions and 0 deletions

6
tsconfig.json Normal file
View file

@ -0,0 +1,6 @@
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
}