{ "extends": "../../../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo", "noUncheckedIndexedAccess": true }, "include": ["./src"], "references": [ { "path": "../../components" }, { "path": "../../model" }, { "path": "../../rich-text" }, { "path": "../../shared" }, { "path": "../../widgets/widget-drag-handle" }, { "path": "../../widgets/widget-slash-menu" }, { "path": "../../../framework/block-std" }, { "path": "../../data-view" }, { "path": "../../../framework/global" }, { "path": "../../../framework/inline" }, { "path": "../../../framework/store" } ] }