UNPKG

@copilotkit/runtime-client-gql

Version:

<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>

17 lines (16 loc) 303 B
{ "extends": "../../utilities/tsconfig/base.json", "compilerOptions": { "strictPropertyInitialization": false, "resolveJsonModule": true }, "include": ["."], "exclude": [ "dist", "build", "node_modules", "**/*.test.ts", "**/*.test.tsx", "**/__tests__/*" ] }