mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 05:12:53 +03:00
1ea445ab15
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
19 lines
437 B
JSON
19 lines
437 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["./src", "./src/affine/api", "../../apps/electron/layers"],
|
|
"exclude": ["lib"],
|
|
"references": [
|
|
{ "path": "../../tests/fixtures" },
|
|
{ "path": "../y-indexeddb" },
|
|
{ "path": "../env" },
|
|
{ "path": "../debug" },
|
|
{ "path": "../hooks" },
|
|
{ "path": "../component" }
|
|
]
|
|
}
|