Files
AFFiNE-Mirror/packages/common/nbstore/tsconfig.json

24 lines
387 B
JSON

{
"extends": "../../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "../../frontend/graphql"
},
{
"path": "../../frontend/electron-api"
},
{
"path": "../infra"
},
{
"path": "../../../blocksuite/affine/all"
}
]
}