mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-05-08 22:07:32 +08:00
20 lines
491 B
JSON
20 lines
491 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noUncheckedIndexedAccess": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../components" },
|
|
{ "path": "../ext-loader" },
|
|
{ "path": "../rich-text" },
|
|
{ "path": "../shared" },
|
|
{ "path": "../data-view" },
|
|
{ "path": "../../framework/std" },
|
|
{ "path": "../../framework/store" }
|
|
]
|
|
}
|