initial commit

This commit is contained in:
fiatcode 2026-01-17 09:52:22 +07:00
commit cb3f2d7c7c
14 changed files with 5364 additions and 0 deletions

5
tsconfig.json Normal file
View file

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