mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 22:22:19 +03:00
104c21d84c
@affine/workspace -> (@affine/workspace, @affine/workspace-impl)
17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{ "path": "../../../tests/fixtures" },
|
|
{ "path": "../../common/env" },
|
|
{ "path": "../../common/debug" },
|
|
{ "path": "../../common/infra" },
|
|
{ "path": "../../frontend/graphql" },
|
|
{ "path": "../../frontend/electron-api" }
|
|
]
|
|
}
|