{ "extends": "../tsconfig.json", "compilerOptions": { "rootDir": "./src/", "outDir": "./dist/", "noEmit": false }, "include": ["./src"], "references": [ { "path": "../framework/global" }, { "path": "../framework/store" }, { "path": "../framework/block-std" }, { "path": "../framework/inline" }, { "path": "../affine/model" }, { "path": "../affine/shared" }, { "path": "../affine/components" }, { "path": "../affine/block-paragraph" }, { "path": "../affine/block-list" }, { "path": "../affine/block-embed" }, { "path": "../affine/data-view" }, { "path": "../affine/block-surface" }, { "path": "../affine/widget-scroll-anchoring" } ] }