{ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true }, "include": ["src/**/*.ts"], "references": [ { "path": "../kernel" }, { "path": "../surface-registry" }, { "path": "../ui-contract" } ] }