mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 04:52:03 +03:00
104c21d84c
@affine/workspace -> (@affine/workspace, @affine/workspace-impl)
32 lines
609 B
JSON
32 lines
609 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src/**/*", "./.storybook/**/*"],
|
|
"compilerOptions": {
|
|
// Workaround for storybook build
|
|
"baseUrl": "../..",
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../packages/frontend/core"
|
|
},
|
|
{
|
|
"path": "../../packages/frontend/component"
|
|
},
|
|
{
|
|
"path": "../../packages/common/env"
|
|
},
|
|
{
|
|
"path": "../../packages/common/infra"
|
|
},
|
|
{
|
|
"path": "../../packages/common/workspace"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|