This commit is contained in:
gcch 2026-03-12 18:42:12 +01:00
commit 62ee424274
20 changed files with 954 additions and 660 deletions

View file

@ -47,5 +47,5 @@
"verbatimModuleSyntax": true
},
"exclude": ["dist"],
"include": ["**/*.js", "**/*.ts"]
"include": ["**/*.js", "**/*.ts", "**/*.astro", "**/*.tsx"]
}