UNPKG

@copilotkit/shared

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>

10 lines (9 loc) 261 B
{ "extends": "../../utilities/tsconfig/base.json", "include": ["."], "compilerOptions": { "lib": ["es2017", "dom"], "resolveJsonModule": true }, "exclude": ["dist", "build", "node_modules", "**/*.test.ts", "**/*.test.tsx", "**/__tests__/*"] }