sync current state

This commit is contained in:
2026-03-01 11:44:23 +01:00
parent e7c5d0c218
commit 217dc4ba5e
66 changed files with 3179 additions and 3885 deletions
+6 -4
View File
@@ -4,11 +4,13 @@
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"strict": true,
"skipLibCheck": true,
"types": ["bun-types"],
"lib": ["ESNext"]
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
}
},
"include": ["src/**/*"]
"include": ["src/**/*", "vite.config.ts"]
}