mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-16 08:51:56 +03:00
18 lines
281 B
JSON
18 lines
281 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.json",
|
||
|
"include": ["./src"],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"noEmit": false,
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../../common/infra"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../frontend/electron"
|
||
|
}
|
||
|
]
|
||
|
}
|