mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
close: BS-2122, BS-2125, BS-2124, BS-2420, PD-2073, BS-2126, BS-2469, BS-2470, BS-2478, BS-2471
20 lines
502 B
JSON
20 lines
502 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo",
|
|
"noUncheckedIndexedAccess": true
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../components" },
|
|
{ "path": "../model" },
|
|
{ "path": "../shared" },
|
|
{ "path": "../../framework/block-std" },
|
|
{ "path": "../data-view" },
|
|
{ "path": "../../framework/global" },
|
|
{ "path": "../../framework/store" }
|
|
]
|
|
}
|