2022-09-22 10:39:53 +03:00
|
|
|
{
|
2023-10-18 18:30:08 +03:00
|
|
|
"extends": "../../../tsconfig.json",
|
2022-09-22 10:39:53 +03:00
|
|
|
"compilerOptions": {
|
2023-08-05 03:00:36 +03:00
|
|
|
"outDir": "lib",
|
2023-10-18 18:30:08 +03:00
|
|
|
"typeRoots": ["../../../node_modules", "../../../node_modules/@types"],
|
2023-08-05 03:00:36 +03:00
|
|
|
"types": ["webpack-env", "ses", "affine__env"]
|
2022-09-22 10:39:53 +03:00
|
|
|
},
|
2023-08-15 23:34:02 +03:00
|
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.json"],
|
2023-05-31 15:49:56 +03:00
|
|
|
"exclude": ["node_modules"],
|
|
|
|
"references": [
|
2023-06-08 07:41:47 +03:00
|
|
|
{
|
2023-10-18 18:30:08 +03:00
|
|
|
"path": "../../frontend/component"
|
2023-06-08 07:41:47 +03:00
|
|
|
},
|
|
|
|
{
|
2023-10-18 18:30:08 +03:00
|
|
|
"path": "../../frontend/graphql"
|
2023-06-08 07:41:47 +03:00
|
|
|
},
|
2023-05-31 15:49:56 +03:00
|
|
|
{
|
2023-10-18 18:30:08 +03:00
|
|
|
"path": "../../frontend/hooks"
|
2023-05-31 15:49:56 +03:00
|
|
|
},
|
|
|
|
{
|
2023-10-18 18:30:08 +03:00
|
|
|
"path": "../../frontend/i18n"
|
2023-05-31 15:49:56 +03:00
|
|
|
},
|
|
|
|
{
|
2023-10-18 18:30:08 +03:00
|
|
|
"path": "../../frontend/workspace"
|
2023-05-31 15:49:56 +03:00
|
|
|
},
|
|
|
|
{
|
2023-10-18 18:30:08 +03:00
|
|
|
"path": "../../common/debug"
|
2023-05-31 15:49:56 +03:00
|
|
|
},
|
|
|
|
{
|
2023-10-18 18:30:08 +03:00
|
|
|
"path": "../../common/env"
|
2023-06-08 07:41:47 +03:00
|
|
|
},
|
2023-07-19 10:00:42 +03:00
|
|
|
{
|
|
|
|
"path": "../../plugins/copilot"
|
|
|
|
},
|
2023-06-08 07:41:47 +03:00
|
|
|
{
|
2023-07-18 19:53:10 +03:00
|
|
|
"path": "./tsconfig.node.json"
|
2023-06-30 20:17:31 +03:00
|
|
|
},
|
|
|
|
{
|
2023-07-18 19:53:10 +03:00
|
|
|
"path": "./tsconfig.server.json"
|
2023-05-31 15:49:56 +03:00
|
|
|
}
|
|
|
|
]
|
2022-09-22 10:39:53 +03:00
|
|
|
}
|