mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
21 lines
572 B
JSON
21 lines
572 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": "../../../../blocksuite/affine/all" },
|
|
{ "path": "../../../common/infra" },
|
|
{ "path": "../../../../tools/cli" },
|
|
{ "path": "../../../../tools/utils" },
|
|
{ "path": "../../native" }
|
|
]
|
|
}
|