first commit

This commit is contained in:
tiff 2025-06-12 00:32:34 -04:00
parent a3f5f5f701
commit 207c82578f
137 changed files with 4659 additions and 8605 deletions

View file

@ -1,8 +1,15 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
],
"compilerOptions": {
"strictNullChecks": true
"strictNullChecks": true,
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}
}