Files
AFFiNE-Mirror/blocksuite/framework/tsconfig.json
2024-12-30 16:15:34 +00:00

19 lines
229 B
JSON

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