Populates the project with the blog template

This commit is contained in:
2025-06-03 11:08:59 -07:00
parent e136eb8381
commit 0c4a8a1ddf
35 changed files with 6895 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
}
}