fix: typehints

This commit is contained in:
kolaente
2024-12-16 17:51:11 +01:00
parent 4502b1f781
commit 86c00d2e6a
+3 -1
View File
@@ -1,3 +1,5 @@
{
"extends": "astro/tsconfigs/strict"
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}