Files
copilotkit__copilotkit/packages/v1/react-ui/tsconfig.json
2026-02-13 11:01:44 +01:00

13 lines
320 B
JSON

{
"extends": "../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
]
}