{ "extends": "../../../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo" }, "include": ["./src"], "references": [ { "path": "../../blocks/block-surface" }, { "path": "../../components" }, { "path": "../../model" }, { "path": "../../shared" }, { "path": "../../../framework/block-std" }, { "path": "../../../framework/global" } ] }