mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 21:35:52 +08:00
fix: typecheck
This commit is contained in:
parent
4c4102da20
commit
f02c0fe962
@ -26,7 +26,11 @@
|
|||||||
"@types": ["./src/renderer/src/types/index.ts"],
|
"@types": ["./src/renderer/src/types/index.ts"],
|
||||||
"@shared/*": ["./packages/shared/*"],
|
"@shared/*": ["./packages/shared/*"],
|
||||||
"@mcp-trace/*": ["./packages/mcp-trace/*"],
|
"@mcp-trace/*": ["./packages/mcp-trace/*"],
|
||||||
"@modelcontextprotocol/sdk/*": ["./node_modules/@modelcontextprotocol/sdk/dist/esm/*"]
|
"@modelcontextprotocol/sdk/*": ["./node_modules/@modelcontextprotocol/sdk/dist/esm/*"],
|
||||||
|
"@cherrystudio/ai-core/provider": ["./packages/aiCore/src/core/providers/index.ts"],
|
||||||
|
"@cherrystudio/ai-core/built-in/plugins": ["./packages/aiCore/src/core/plugins/built-in/index.ts"],
|
||||||
|
"@cherrystudio/ai-core/*": ["./packages/aiCore/src/*"],
|
||||||
|
"@cherrystudio/ai-core": ["./packages/aiCore/src/index.ts"]
|
||||||
},
|
},
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user