mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
Closes: [BS-2216](https://linear.app/affine-design/issue/BS-2216/remove-global-types-in-command)
21 lines
543 B
JSON
21 lines
543 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../block-note" },
|
|
{ "path": "../block-surface" },
|
|
{ "path": "../components" },
|
|
{ "path": "../model" },
|
|
{ "path": "../shared" },
|
|
{ "path": "../../framework/block-std" },
|
|
{ "path": "../../framework/global" },
|
|
{ "path": "../../framework/inline" },
|
|
{ "path": "../../framework/store" }
|
|
]
|
|
}
|