claude-code-best/packages/tsconfig.json
James Feng a9e1a1e4d0 feat: merge 4 upstream improvements (effort + sideQuery routing + agent hints + plan/paste fixes)
- Copy @ant/model-provider package (Gemini/Grok/OpenAI converters)
- Add sideQueryViaGemini adapter for third-party provider routing
- Update prompts/claude/messages to clarify SearchExtraTools/ExecuteExtraTool
- Fix paste detection threshold for non-bracketed-paste terminals
- Strengthen Plan mode: mandatory FileRead, Explore agent guidance, exit attachment
- Add missing packages/tsconfig.json

Upstream commits: 7b52054f, e33b17bd, a05242ce, b67e9f9d
Build: 562 files, bun test: 3328 pass / 4 fail (pre-existing)
2026-06-02 02:29:54 +08:00

16 lines
342 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"jsx": "react-jsx",
"types": ["bun", "@types/node"]
}
}