almost done

This commit is contained in:
2024-11-29 17:58:26 +01:00
parent 44efa2047a
commit ccec3806f2
24 changed files with 479 additions and 106 deletions

View File

@@ -1,6 +1,7 @@
{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"strictNullChecks": true
"strictNullChecks": true,
"types": ["unplugin-icons/types/astro"]
}
}