mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
19 lines
229 B
JSON
19 lines
229 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "./global"
|
|
},
|
|
{
|
|
"path": "./inline"
|
|
},
|
|
{
|
|
"path": "./block-std"
|
|
},
|
|
{
|
|
"path": "./store"
|
|
}
|
|
]
|
|
}
|