Files
AFFiNE-Mirror/blocksuite/tests-legacy/tsconfig.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" }
]
}