mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
Closes: BS-3223 Closes: BS-3224 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced new view extensions for frame title and keyboard toolbar widgets with conditional registration based on context and environment. - Enhanced widget integration by adding explicit exports for view components. - **Chores** - Updated export paths and package dependencies to improve modularity and compatibility. - Removed deprecated widget dependencies and related imports from core packages. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../attachment" },
|
|
{ "path": "../bookmark" },
|
|
{ "path": "../database" },
|
|
{ "path": "../edgeless-text" },
|
|
{ "path": "../embed" },
|
|
{ "path": "../frame" },
|
|
{ "path": "../image" },
|
|
{ "path": "../note" },
|
|
{ "path": "../paragraph" },
|
|
{ "path": "../surface" },
|
|
{ "path": "../../components" },
|
|
{ "path": "../../fragments/doc-title" },
|
|
{ "path": "../../gfx/brush" },
|
|
{ "path": "../../gfx/connector" },
|
|
{ "path": "../../gfx/group" },
|
|
{ "path": "../../gfx/mindmap" },
|
|
{ "path": "../../gfx/note" },
|
|
{ "path": "../../gfx/shape" },
|
|
{ "path": "../../gfx/text" },
|
|
{ "path": "../../inlines/preset" },
|
|
{ "path": "../../model" },
|
|
{ "path": "../../rich-text" },
|
|
{ "path": "../../shared" },
|
|
{ "path": "../../widgets/edgeless-toolbar" },
|
|
{ "path": "../../widgets/linked-doc" },
|
|
{ "path": "../../widgets/remote-selection" },
|
|
{ "path": "../../widgets/scroll-anchoring" },
|
|
{ "path": "../../widgets/slash-menu" },
|
|
{ "path": "../../widgets/toolbar" },
|
|
{ "path": "../../data-view" },
|
|
{ "path": "../../../framework/global" },
|
|
{ "path": "../../../framework/std" },
|
|
{ "path": "../../../framework/store" }
|
|
]
|
|
}
|