mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
35 lines
566 B
JSON
35 lines
566 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./src/**/*.tsx",
|
|
"./src/**/*.json",
|
|
"../workspace/src",
|
|
"../../apps/electron/layers/**/src"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"exclude": ["lib"],
|
|
"references": [
|
|
{
|
|
"path": "../debug"
|
|
},
|
|
{
|
|
"path": "../i18n"
|
|
},
|
|
{
|
|
"path": "../jotai"
|
|
},
|
|
{
|
|
"path": "../hooks"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
},
|
|
{ "path": "../../tests/fixtures" }
|
|
]
|
|
}
|