mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
25 lines
377 B
Plaintext
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"
|
|
]
|
|
}
|
|
}
|