mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
|
"extends": "@copilotkitnext/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@copilotkitnext/react": ["../../packages/react/src"],
|
|
"@/*": ["../../packages/react/src/*"]
|
|
},
|
|
"types": ["node"]
|
|
},
|
|
"include": [".storybook/**/*", "stories/**/*"]
|
|
}
|