Files
AFFiNE-Mirror/blocksuite/framework/tsconfig.json
2025-03-28 07:20:34 +00:00

22 lines
259 B
JSON

{
"extends": "../tsconfig.json",
"include": [],
"references": [
{
"path": "./global"
},
{
"path": "./inline"
},
{
"path": "./std"
},
{
"path": "./store"
},
{
"path": "./sync"
}
]
}