{ "extends": "../tsconfig.json", "compilerOptions": { "target": "ES2024", "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" } ] }