mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
Close [BS-2807](https://linear.app/affine-design/issue/BS-2807/note-中与-surface-中-embed-iframe-block-互相拖动时的优化)
24 lines
717 B
JSON
24 lines
717 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../blocks/block-callout" },
|
|
{ "path": "../../blocks/block-embed" },
|
|
{ "path": "../../blocks/block-list" },
|
|
{ "path": "../../blocks/block-note" },
|
|
{ "path": "../../blocks/block-paragraph" },
|
|
{ "path": "../../blocks/block-surface" },
|
|
{ "path": "../../components" },
|
|
{ "path": "../../model" },
|
|
{ "path": "../../shared" },
|
|
{ "path": "../../../framework/global" },
|
|
{ "path": "../../../framework/std" },
|
|
{ "path": "../../../framework/store" }
|
|
]
|
|
}
|