{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "declaration": true, "moduleResolution": "bundler", "allowImportingTsExtensions": false, },"include": ["src/**/*", "test/**/*"], "exclude": ["node_modules", "dist"], "references": [ { "path": "../api-client" }, { "path": "../event-bus" }, { "path": "../http-client" }, { "path": "../utils" } ] }