mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
Closes: [BS-2766](https://linear.app/affine-design/issue/BS-2766/把-converttodatabase-移到-root-block-中,避免循环依赖)
18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"extends": "../../../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../component" },
|
|
{ "path": "../../core" },
|
|
{ "path": "../../i18n" },
|
|
{ "path": "../../../common/nbstore" },
|
|
{ "path": "../../track" },
|
|
{ "path": "../../../common/infra" }
|
|
]
|
|
}
|