first commit

This commit is contained in:
2026-04-07 07:43:30 +02:00
commit 3f76639497
16 changed files with 2568 additions and 0 deletions

7
tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}