mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
17 lines
412 B
JSON
17 lines
412 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../model" },
|
|
{ "path": "../../framework/block-std" },
|
|
{ "path": "../../framework/global" },
|
|
{ "path": "../../framework/inline" },
|
|
{ "path": "../../framework/store" }
|
|
]
|
|
}
|