This commit is contained in:
2025-03-14 20:15:23 -05:00
parent 03195017c5
commit 61aa06310c
11 changed files with 500 additions and 529 deletions

View File

@@ -1,3 +1,5 @@
{
"extends": "astro/tsconfigs/strict"
}
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}