mirror of
https://github.com/zhukunpenglinyutong/jetbrains-cc-gui.git
synced 2026-08-29 00:41:38 +08:00
10670f5ed4
- 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
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["vite/client", "vitest/globals"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": []
|
|
}
|
|
|