{ "extends": "../../tsconfig.base.json", "compilerOptions": { "skipLibCheck": true, "outDir": "./dist", "noImplicitAny": false }, "include": ["src/**/*"], "exclude": ["src/opencode/llm.ts", "src/opencode/tool.ts", "src/opencode/tool-runtime.ts", "src/opencode/provider.ts", "src/opencode/index.ts"] }