mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
19 lines
482 B
JSON
19 lines
482 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../components" },
|
|
{ "path": "../../model" },
|
|
{ "path": "../../rich-text" },
|
|
{ "path": "../../shared" },
|
|
{ "path": "../../../framework/global" },
|
|
{ "path": "../../../framework/std" },
|
|
{ "path": "../../../framework/store" }
|
|
]
|
|
}
|