mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 21:31:47 +03:00
30 lines
543 B
JSON
30 lines
543 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"
|
|
},
|
|
|
|
{ "path": "../../../tests/fixtures" }
|
|
]
|
|
}
|