Files
AFFiNE-Mirror/blocksuite/blocks/tsconfig.json
2024-12-26 06:13:07 +00:00

69 lines
1.1 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-latex"
},
{
"path": "../affine/block-list"
},
{
"path": "../affine/block-embed"
},
{
"path": "../affine/block-frame"
},
{
"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"
}
]
}