mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 05:11:35 +03:00
4125038ff8
TODO - [x] basic - [x] storages - [x] producer/consumer - [x] operation pattern - [x] events - [x] worker - [x] readme - [x] peer dependencies
21 lines
327 B
JSON
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"
|
|
}
|
|
]
|
|
}
|