mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor(editor): simplify tsconfig (#9439)
This commit is contained in:
18
blocksuite/framework/tsconfig.json
Normal file
18
blocksuite/framework/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "./global"
|
||||
},
|
||||
{
|
||||
"path": "./inline"
|
||||
},
|
||||
{
|
||||
"path": "./block-std"
|
||||
},
|
||||
{
|
||||
"path": "./store"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user