Files
seele 10670f5ed4 feat: chat input history navigation (#270)
- ArrowUp/ArrowDown recalls prompt history when input is empty\n- Persist history in localStorage with quota fallback\n- Add Vitest coverage for key hooks\n- Drop console/debugger in production build
2026-01-26 13:28:08 +08:00

10 lines
150 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["vite/client", "vitest/globals"]
},
"include": ["src"],
"exclude": []
}