This commit is contained in:
Philipp Jacoby
2025-10-10 22:38:49 +02:00
commit 3cce8444f0
37 changed files with 6984 additions and 0 deletions

8
tsconfig.json Normal file
View File

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