{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "composite": true }, "include": ["src/**/*"], "references": [ { "path": "../config" }, { "path": "../logger" }, { "path": "../mongodb-client" }, { "path": "../postgres-client" }, { "path": "../cache" } ] }