mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 00:26:51 +08:00
93920f9895
Closes: [BS-2766](https://linear.app/affine-design/issue/BS-2766/把-converttodatabase-移到-root-block-中,避免循环依赖)
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../block-attachment" },
|
|
{ "path": "../block-bookmark" },
|
|
{ "path": "../block-data-view" },
|
|
{ "path": "../block-database" },
|
|
{ "path": "../block-edgeless-text" },
|
|
{ "path": "../block-embed" },
|
|
{ "path": "../block-frame" },
|
|
{ "path": "../block-image" },
|
|
{ "path": "../block-latex" },
|
|
{ "path": "../block-list" },
|
|
{ "path": "../block-note" },
|
|
{ "path": "../block-paragraph" },
|
|
{ "path": "../block-surface" },
|
|
{ "path": "../block-surface-ref" },
|
|
{ "path": "../block-table" },
|
|
{ "path": "../components" },
|
|
{ "path": "../model" },
|
|
{ "path": "../shared" },
|
|
{ "path": "../widget-drag-handle" },
|
|
{ "path": "../widget-edgeless-auto-connect" },
|
|
{ "path": "../widget-frame-title" },
|
|
{ "path": "../widget-remote-selection" },
|
|
{ "path": "../widget-scroll-anchoring" },
|
|
{ "path": "../widget-toolbar" },
|
|
{ "path": "../../framework/block-std" },
|
|
{ "path": "../data-view" },
|
|
{ "path": "../../framework/global" },
|
|
{ "path": "../../framework/inline" },
|
|
{ "path": "../../framework/store" }
|
|
]
|
|
}
|