init repository template

This commit is contained in:
Dennis Schoepf 2026-02-16 21:41:08 +01:00
parent 2c65bc585e
commit 51c42eb80d
13 changed files with 450 additions and 37 deletions

View file

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