mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 21:31:47 +03:00
104c21d84c
@affine/workspace -> (@affine/workspace, @affine/workspace-impl)
46 lines
907 B
JSON
46 lines
907 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"typeRoots": ["../../../node_modules", "../../../node_modules/@types"],
|
|
"types": ["webpack-env", "ses", "affine__env"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.json"],
|
|
"exclude": ["node_modules"],
|
|
"references": [
|
|
{
|
|
"path": "../../frontend/component"
|
|
},
|
|
{
|
|
"path": "../../frontend/graphql"
|
|
},
|
|
{
|
|
"path": "../../frontend/i18n"
|
|
},
|
|
{
|
|
"path": "../../common/workspace"
|
|
},
|
|
{
|
|
"path": "../../frontend/workspace-impl"
|
|
},
|
|
{
|
|
"path": "../../frontend/electron-api"
|
|
},
|
|
{
|
|
"path": "../../common/debug"
|
|
},
|
|
{
|
|
"path": "../../common/env"
|
|
},
|
|
{
|
|
"path": "../../common/y-indexeddb"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.server.json"
|
|
}
|
|
]
|
|
}
|