Files
AFFiNE-Mirror/blocksuite/playground/tsconfig.json
2025-01-08 04:07:56 +00:00

22 lines
590 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"include": ["./apps", "./examples"],
"references": [
{ "path": "../affine/components" },
{ "path": "../affine/model" },
{ "path": "../framework/block-std" },
{ "path": "../blocks" },
{ "path": "../affine/data-view" },
{ "path": "../framework/global" },
{ "path": "../framework/inline" },
{ "path": "../presets" },
{ "path": "../framework/store" },
{ "path": "../framework/sync" }
]
}