MCP Terminal Server

{ "extends": "../../tsconfig.json", "include": ["src"], "compilerOptions": { // The langchain+core package has multiple ts errors: // 1. In chat_models.d.ts and llms.d.ts, TypeScript cannot infer the type of `this`. // this error might be resolved by upgrading typescript versions // 2. outputs.d.cts and base.d.cts mix up ESM and CSM and are using the wrong loader. // // The langchain package also has errors: // 1. callbacks.d.ts, evaluation.d.cts, and base.d.cts mix up ESM and CSM and are // using the wrong loader "skipLibCheck": true } }