Files
AFFiNE-Mirror/blocksuite/blocks/tsconfig.json
zzj3720 5a5779c05a feat(editor): simple table block (#9740)
close: BS-2122, BS-2125, BS-2124, BS-2420, PD-2073, BS-2126, BS-2469, BS-2470, BS-2478, BS-2471
2025-01-24 10:07:57 +00:00

41 lines
1.4 KiB
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"include": ["./src"],
"references": [
{ "path": "../affine/block-attachment" },
{ "path": "../affine/block-bookmark" },
{ "path": "../affine/block-code" },
{ "path": "../affine/block-data-view" },
{ "path": "../affine/block-database" },
{ "path": "../affine/block-divider" },
{ "path": "../affine/block-edgeless-text" },
{ "path": "../affine/block-embed" },
{ "path": "../affine/block-frame" },
{ "path": "../affine/block-image" },
{ "path": "../affine/block-latex" },
{ "path": "../affine/block-list" },
{ "path": "../affine/block-note" },
{ "path": "../affine/block-paragraph" },
{ "path": "../affine/block-surface" },
{ "path": "../affine/block-surface-ref" },
{ "path": "../affine/block-table" },
{ "path": "../affine/components" },
{ "path": "../affine/model" },
{ "path": "../affine/shared" },
{ "path": "../affine/widget-drag-handle" },
{ "path": "../affine/widget-frame-title" },
{ "path": "../affine/widget-remote-selection" },
{ "path": "../affine/widget-scroll-anchoring" },
{ "path": "../framework/block-std" },
{ "path": "../affine/data-view" },
{ "path": "../framework/global" },
{ "path": "../framework/inline" },
{ "path": "../framework/store" }
]
}