mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
56 lines
2.0 KiB
JSON
56 lines
2.0 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": "../../fragments/fragment-doc-title" },
|
|
{ "path": "../../gfx/brush" },
|
|
{ "path": "../../gfx/connector" },
|
|
{ "path": "../../gfx/group" },
|
|
{ "path": "../../gfx/mindmap" },
|
|
{ "path": "../../gfx/note" },
|
|
{ "path": "../../gfx/shape" },
|
|
{ "path": "../../gfx/template" },
|
|
{ "path": "../../gfx/text" },
|
|
{ "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": "../../data-view" },
|
|
{ "path": "../../../framework/global" },
|
|
{ "path": "../../../framework/std" },
|
|
{ "path": "../../../framework/store" }
|
|
]
|
|
}
|