{
  "extends": "../../tsconfig.json",
  "include": ["src"],
  "compilerOptions": {
    // The @pinecone-database+pinecone library has TypeScript errors:
    // 1. There are three errors that the type RequestCredentials cannot be found
    // 2. There is one error that WindowOrWorkerGlobalScope cannot be found
    "skipLibCheck": true
  }
}
