mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
20 lines
506 B
JSON
20 lines
506 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["**.spec.ts", "**.test.ts", "**/**.ts"],
|
|
"exclude": ["dist"],
|
|
"references": [
|
|
{ "path": "../affine/components" },
|
|
{ "path": "../affine/model" },
|
|
{ "path": "../affine/shared" },
|
|
{ "path": "../framework/block-std" },
|
|
{ "path": "../framework/global" },
|
|
{ "path": "../framework/inline" },
|
|
{ "path": "../presets" },
|
|
{ "path": "../framework/store" }
|
|
]
|
|
}
|