AFFiNE/packages/common/nbstore/tsconfig.json
forehalo 4125038ff8
feat(nbstore): init (#7639)
TODO

- [x] basic
- [x] storages
- [x] producer/consumer
- [x] operation pattern
- [x] events
- [x] worker
- [x] readme
- [x] peer dependencies
2024-11-22 03:13:04 +00:00

21 lines
327 B
JSON

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