mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
24 lines
724 B
JSON
24 lines
724 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../blocks/block-callout" },
|
|
{ "path": "../../blocks/block-list" },
|
|
{ "path": "../../blocks/block-note" },
|
|
{ "path": "../../blocks/block-paragraph" },
|
|
{ "path": "../../blocks/block-surface" },
|
|
{ "path": "../../components" },
|
|
{ "path": "../../model" },
|
|
{ "path": "../../shared" },
|
|
{ "path": "../../../framework/block-std" },
|
|
{ "path": "../../../framework/global" },
|
|
{ "path": "../../../framework/inline" },
|
|
{ "path": "../../../framework/store" }
|
|
]
|
|
}
|