mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 10:41:32 +03:00
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
21 lines
336 B
JSON
21 lines
336 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"composite": true,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../packages/component"
|
|
},
|
|
{
|
|
"path": "../../packages/plugin-infra"
|
|
},
|
|
{
|
|
"path": "../../packages/env"
|
|
}
|
|
]
|
|
}
|