mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 01:42:55 +08:00
Close [AF-2755](https://linear.app/affine-design/issue/AF-2755/table-block支持) #### PR Dependency Tree * **PR #13245** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added "Table" and "Callout" options to the keyboard toolbar, allowing users to insert table and callout blocks directly from the toolbar when available. * **Chores** * Updated internal dependencies to support new block types and maintain compatibility. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../blocks/attachment" },
|
|
{ "path": "../../blocks/database" },
|
|
{ "path": "../../blocks/embed" },
|
|
{ "path": "../../blocks/image" },
|
|
{ "path": "../../blocks/latex" },
|
|
{ "path": "../../blocks/list" },
|
|
{ "path": "../../blocks/note" },
|
|
{ "path": "../../blocks/paragraph" },
|
|
{ "path": "../../blocks/surface" },
|
|
{ "path": "../../blocks/surface-ref" },
|
|
{ "path": "../../blocks/table" },
|
|
{ "path": "../../components" },
|
|
{ "path": "../../ext-loader" },
|
|
{ "path": "../../fragments/doc-title" },
|
|
{ "path": "../../inlines/latex" },
|
|
{ "path": "../../inlines/link" },
|
|
{ "path": "../../inlines/preset" },
|
|
{ "path": "../../inlines/reference" },
|
|
{ "path": "../../model" },
|
|
{ "path": "../../rich-text" },
|
|
{ "path": "../../shared" },
|
|
{ "path": "../../data-view" },
|
|
{ "path": "../../../framework/global" },
|
|
{ "path": "../../../framework/std" },
|
|
{ "path": "../../../framework/store" }
|
|
]
|
|
}
|