mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
51 lines
840 B
JSON
51 lines
840 B
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/data-view"
|
|
},
|
|
{
|
|
"path": "../affine/block-surface"
|
|
},
|
|
{
|
|
"path": "../affine/widget-scroll-anchoring"
|
|
}
|
|
]
|
|
}
|