Files
AFFiNE-Mirror/blocksuite/affine/widgets/drag-handle/tsconfig.json
2025-04-22 07:40:41 +00:00

25 lines
717 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"include": ["./src"],
"references": [
{ "path": "../../blocks/callout" },
{ "path": "../../blocks/embed" },
{ "path": "../../blocks/list" },
{ "path": "../../blocks/note" },
{ "path": "../../blocks/paragraph" },
{ "path": "../../blocks/surface" },
{ "path": "../../components" },
{ "path": "../../ext-loader" },
{ "path": "../../model" },
{ "path": "../../shared" },
{ "path": "../../../framework/global" },
{ "path": "../../../framework/std" },
{ "path": "../../../framework/store" }
]
}