mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../attachment" },
|
|
{ "path": "../bookmark" },
|
|
{ "path": "../data-view" },
|
|
{ "path": "../database" },
|
|
{ "path": "../edgeless-text" },
|
|
{ "path": "../embed" },
|
|
{ "path": "../frame" },
|
|
{ "path": "../image" },
|
|
{ "path": "../latex" },
|
|
{ "path": "../list" },
|
|
{ "path": "../note" },
|
|
{ "path": "../paragraph" },
|
|
{ "path": "../surface" },
|
|
{ "path": "../surface-ref" },
|
|
{ "path": "../table" },
|
|
{ "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/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/drag-handle" },
|
|
{ "path": "../../widgets/edgeless-auto-connect" },
|
|
{ "path": "../../widgets/edgeless-toolbar" },
|
|
{ "path": "../../widgets/frame-title" },
|
|
{ "path": "../../widgets/keyboard-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" }
|
|
]
|
|
}
|