mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
50
blocksuite/blocks/tsconfig.json
Normal file
50
blocksuite/blocks/tsconfig.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"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-list"
|
||||
},
|
||||
{
|
||||
"path": "../affine/block-embed"
|
||||
},
|
||||
{
|
||||
"path": "../affine/data-view"
|
||||
},
|
||||
{
|
||||
"path": "../affine/block-surface"
|
||||
},
|
||||
{
|
||||
"path": "../affine/widget-scroll-anchoring"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user