mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 00:33:06 +03:00
43 lines
840 B
JSON
43 lines
840 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/hooks"
|
|
},
|
|
{
|
|
"path": "../../frontend/i18n"
|
|
},
|
|
{
|
|
"path": "../../frontend/workspace"
|
|
},
|
|
{
|
|
"path": "../../common/debug"
|
|
},
|
|
{
|
|
"path": "../../common/env"
|
|
},
|
|
{
|
|
"path": "../../plugins/copilot"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.server.json"
|
|
}
|
|
]
|
|
}
|