mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
87 lines
1.5 KiB
JSON
87 lines
1.5 KiB
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"outDir": "./dist/",
|
|
"noEmit": false
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../framework"
|
|
},
|
|
{
|
|
"path": "../affine/model"
|
|
},
|
|
{
|
|
"path": "../affine/shared"
|
|
},
|
|
{
|
|
"path": "../affine/components"
|
|
},
|
|
{
|
|
"path": "../affine/block-paragraph"
|
|
},
|
|
{
|
|
"path": "../affine/block-latex"
|
|
},
|
|
{
|
|
"path": "../affine/block-list"
|
|
},
|
|
{
|
|
"path": "../affine/block-code"
|
|
},
|
|
{
|
|
"path": "../affine/block-embed"
|
|
},
|
|
{
|
|
"path": "../affine/block-frame"
|
|
},
|
|
{
|
|
"path": "../affine/block-note"
|
|
},
|
|
{
|
|
"path": "../affine/block-bookmark"
|
|
},
|
|
{
|
|
"path": "../affine/block-database"
|
|
},
|
|
{
|
|
"path": "../affine/block-attachment"
|
|
},
|
|
{
|
|
"path": "../affine/block-image"
|
|
},
|
|
{
|
|
"path": "../affine/block-edgeless-text"
|
|
},
|
|
{
|
|
"path": "../affine/block-divider"
|
|
},
|
|
{
|
|
"path": "../affine/block-surface"
|
|
},
|
|
{
|
|
"path": "../affine/block-surface-ref"
|
|
},
|
|
{
|
|
"path": "../affine/block-data-view"
|
|
},
|
|
{
|
|
"path": "../affine/data-view"
|
|
},
|
|
{
|
|
"path": "../affine/widget-scroll-anchoring"
|
|
},
|
|
{
|
|
"path": "../affine/widget-remote-selection"
|
|
},
|
|
{
|
|
"path": "../affine/widget-drag-handle"
|
|
},
|
|
{
|
|
"path": "../affine/widget-frame-title"
|
|
}
|
|
]
|
|
}
|