Files
AFFiNE-Mirror/blocksuite/playground/tsconfig.json

24 lines
650 B
JSON

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