mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
62 lines
2.3 KiB
JSON
62 lines
2.3 KiB
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../blocks/block-attachment" },
|
|
{ "path": "../blocks/block-bookmark" },
|
|
{ "path": "../blocks/block-callout" },
|
|
{ "path": "../blocks/block-code" },
|
|
{ "path": "../blocks/block-data-view" },
|
|
{ "path": "../blocks/block-database" },
|
|
{ "path": "../blocks/block-divider" },
|
|
{ "path": "../blocks/block-edgeless-text" },
|
|
{ "path": "../blocks/block-embed" },
|
|
{ "path": "../blocks/block-frame" },
|
|
{ "path": "../blocks/block-image" },
|
|
{ "path": "../blocks/block-latex" },
|
|
{ "path": "../blocks/block-list" },
|
|
{ "path": "../blocks/block-note" },
|
|
{ "path": "../blocks/block-paragraph" },
|
|
{ "path": "../blocks/block-root" },
|
|
{ "path": "../blocks/block-surface" },
|
|
{ "path": "../blocks/block-surface-ref" },
|
|
{ "path": "../blocks/block-table" },
|
|
{ "path": "../components" },
|
|
{ "path": "../fragments/fragment-doc-title" },
|
|
{ "path": "../fragments/fragment-frame-panel" },
|
|
{ "path": "../fragments/fragment-outline" },
|
|
{ "path": "../gfx/connector" },
|
|
{ "path": "../gfx/mindmap" },
|
|
{ "path": "../gfx/note" },
|
|
{ "path": "../gfx/shape" },
|
|
{ "path": "../gfx/text" },
|
|
{ "path": "../gfx/turbo-renderer" },
|
|
{ "path": "../inlines/footnote" },
|
|
{ "path": "../inlines/latex" },
|
|
{ "path": "../inlines/link" },
|
|
{ "path": "../inlines/preset" },
|
|
{ "path": "../inlines/reference" },
|
|
{ "path": "../model" },
|
|
{ "path": "../rich-text" },
|
|
{ "path": "../shared" },
|
|
{ "path": "../widgets/widget-drag-handle" },
|
|
{ "path": "../widgets/widget-edgeless-auto-connect" },
|
|
{ "path": "../widgets/widget-edgeless-toolbar" },
|
|
{ "path": "../widgets/widget-frame-title" },
|
|
{ "path": "../widgets/widget-remote-selection" },
|
|
{ "path": "../widgets/widget-scroll-anchoring" },
|
|
{ "path": "../widgets/widget-slash-menu" },
|
|
{ "path": "../widgets/widget-toolbar" },
|
|
{ "path": "../../framework/block-std" },
|
|
{ "path": "../data-view" },
|
|
{ "path": "../../framework/global" },
|
|
{ "path": "../../framework/store" },
|
|
{ "path": "../../framework/sync" }
|
|
]
|
|
}
|