mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 04:01:29 +03:00
28 lines
499 B
JSON
28 lines
499 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"exclude": ["lib"],
|
|
"include": ["./src/**/*", "./src/**/*.json", "./src/type.d.ts"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../frontend/i18n"
|
|
},
|
|
{
|
|
"path": "../../frontend/electron-api"
|
|
},
|
|
{
|
|
"path": "../../frontend/graphql"
|
|
},
|
|
{
|
|
"path": "../../common/debug"
|
|
},
|
|
{
|
|
"path": "../../common/infra"
|
|
}
|
|
]
|
|
}
|