mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
63 lines
1.0 KiB
JSON
63 lines
1.0 KiB
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"outDir": "./dist/",
|
|
"noEmit": false
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../framework/global"
|
|
},
|
|
{
|
|
"path": "../framework/store"
|
|
},
|
|
{
|
|
"path": "../framework/block-std"
|
|
},
|
|
{
|
|
"path": "../framework/inline"
|
|
},
|
|
{
|
|
"path": "../affine/model"
|
|
},
|
|
{
|
|
"path": "../affine/shared"
|
|
},
|
|
{
|
|
"path": "../affine/components"
|
|
},
|
|
{
|
|
"path": "../affine/block-paragraph"
|
|
},
|
|
{
|
|
"path": "../affine/block-list"
|
|
},
|
|
{
|
|
"path": "../affine/block-embed"
|
|
},
|
|
{
|
|
"path": "../affine/block-note"
|
|
},
|
|
{
|
|
"path": "../affine/block-bookmark"
|
|
},
|
|
{
|
|
"path": "../affine/block-attachment"
|
|
},
|
|
{
|
|
"path": "../affine/block-image"
|
|
},
|
|
{
|
|
"path": "../affine/data-view"
|
|
},
|
|
{
|
|
"path": "../affine/block-surface"
|
|
},
|
|
{
|
|
"path": "../affine/widget-scroll-anchoring"
|
|
}
|
|
]
|
|
}
|