Files
AFFiNE-Mirror/blocksuite/blocks/tsconfig.json
L-Sun 62d8c0c7cb refactor(editor): adjust folder structure for slash menu extension (#10588)
Close [BS-2743](https://linear.app/affine-design/issue/BS-2743/slash-menu插件化:调整文件夹结构)

This PR move slash menu from `affine-root-block` to `widget-affine-slash-menu`, and make it as a `WidgetViewExtension`
2025-03-06 16:12:06 +00:00

48 lines
1.7 KiB
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"include": ["./src"],
"references": [
{ "path": "../affine/block-attachment" },
{ "path": "../affine/block-bookmark" },
{ "path": "../affine/block-callout" },
{ "path": "../affine/block-code" },
{ "path": "../affine/block-data-view" },
{ "path": "../affine/block-database" },
{ "path": "../affine/block-divider" },
{ "path": "../affine/block-edgeless-text" },
{ "path": "../affine/block-embed" },
{ "path": "../affine/block-frame" },
{ "path": "../affine/block-image" },
{ "path": "../affine/block-latex" },
{ "path": "../affine/block-list" },
{ "path": "../affine/block-note" },
{ "path": "../affine/block-paragraph" },
{ "path": "../affine/block-root" },
{ "path": "../affine/block-surface" },
{ "path": "../affine/block-surface-ref" },
{ "path": "../affine/block-table" },
{ "path": "../affine/components" },
{ "path": "../affine/fragment-frame-panel" },
{ "path": "../affine/fragment-outline" },
{ "path": "../affine/model" },
{ "path": "../affine/shared" },
{ "path": "../affine/widget-drag-handle" },
{ "path": "../affine/widget-edgeless-auto-connect" },
{ "path": "../affine/widget-frame-title" },
{ "path": "../affine/widget-remote-selection" },
{ "path": "../affine/widget-scroll-anchoring" },
{ "path": "../affine/widget-slash-menu" },
{ "path": "../affine/widget-toolbar" },
{ "path": "../framework/block-std" },
{ "path": "../affine/data-view" },
{ "path": "../framework/global" },
{ "path": "../framework/inline" },
{ "path": "../framework/store" }
]
}