Files
AFFiNE-Mirror/packages/common/nbstore/tsconfig.json
2025-01-06 09:38:04 +00:00

21 lines
330 B
JSON

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