mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-06 09:33:45 +00:00
15 lines
349 B
JSON
15 lines
349 B
JSON
{
|
|
"extends": "../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../tools/utils" },
|
|
{ "path": "../../blocksuite/affine/all" },
|
|
{ "path": "../../packages/common/infra" }
|
|
]
|
|
}
|