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

View file

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