mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
26 lines
832 B
JSON
26 lines
832 B
JSON
{
|
|
"extends": "../../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src", "src/**/*.json"],
|
|
"references": [
|
|
{ "path": "../component" },
|
|
{ "path": "../../common/debug" },
|
|
{ "path": "../electron-api" },
|
|
{ "path": "../../common/env" },
|
|
{ "path": "../graphql" },
|
|
{ "path": "../i18n" },
|
|
{ "path": "../track" },
|
|
{ "path": "../../../blocksuite/affine/all" },
|
|
{ "path": "../../../blocksuite/affine/components" },
|
|
{ "path": "../../../blocksuite/affine/shared" },
|
|
{ "path": "../../../blocksuite/framework/block-std" },
|
|
{ "path": "../../../blocksuite/framework/global" },
|
|
{ "path": "../../../blocksuite/framework/store" },
|
|
{ "path": "../../common/infra" }
|
|
]
|
|
}
|