Files
AFFiNE-Mirror/blocksuite/blocks/tsconfig.json
2024-12-20 15:38:06 +08:00

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"
}
]
}