@copilotkit/react-ui
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>
13 lines (12 loc) • 333 B
JSON
{
"extends": "../../utilities/tsconfig/react-library.json",
"include": ["."],
"exclude": [
"dist",
"build",
"node_modules",
"**/*.test.ts", // Exclude TypeScript test files
"**/*.test.tsx", // Exclude TypeScript React test files
"**/__tests__/*" // Exclude any files inside a __tests__ directory
]
}