Files
copilotkit__copilotkit/CopilotKit/CopilotKit.code-workspace
2024-01-22 15:36:41 +01:00

25 lines
377 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"jest.disabledWorkspaceFolders": [
"CopilotKit",
"eslint-config-custom",
"backend",
"react-textarea",
"shared",
"tsconfig",
"react-ui",
"react-core",
"tailwind-config",
"next-openai",
".next",
"CopilotKit",
"types"
]
}
}