mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Summary by CodeRabbit * **New Features** * Enhanced extraction of selected content in the editor to include document snapshots, markdown summaries, and attachments for both edgeless and page modes. * Attachments related to selected content are now available in chat and input contexts, providing additional metadata. * Added utility to identify and retrieve selected attachments in editor content. * **Bug Fixes** * Improved consistency in attachment retrieval when extracting selected content. * **Chores** * Updated dependencies and workspace references to include new block suite components. <!-- end of auto-generated comment: release notes by coderabbit.ai --> > CLOSE AF-2770
30 lines
1013 B
JSON
30 lines
1013 B
JSON
{
|
|
"extends": "../../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src", "src/**/*.json"],
|
|
"references": [
|
|
{ "path": "../component" },
|
|
{ "path": "../../common/debug" },
|
|
{ "path": "../electron-api" },
|
|
{ "path": "../../common/env" },
|
|
{ "path": "../../common/error" },
|
|
{ "path": "../../common/graphql" },
|
|
{ "path": "../i18n" },
|
|
{ "path": "../../common/nbstore" },
|
|
{ "path": "../../common/reader" },
|
|
{ "path": "../track" },
|
|
{ "path": "../../../blocksuite/affine/all" },
|
|
{ "path": "../../../blocksuite/affine/blocks/root" },
|
|
{ "path": "../../../blocksuite/affine/components" },
|
|
{ "path": "../../../blocksuite/affine/shared" },
|
|
{ "path": "../../../blocksuite/framework/global" },
|
|
{ "path": "../../../blocksuite/framework/std" },
|
|
{ "path": "../../common/infra" },
|
|
{ "path": "../../../blocksuite/affine/ext-loader" }
|
|
]
|
|
}
|