Using tsc v4.3.2
src/platform-services/platform-utils.ts(241,9): error TS2345: Argument of type '{ keepAlive: true; keepAliveMsecs: number; maxSockets: number; maxFreeSockets: number; scheduling: string; proxy: any; }' is not assignable to parameter of type 'HttpProxyAgentOptions'.
Object literal may only specify known properties, and 'scheduling' does not exist in type 'HttpProxyAgentOptions'.
Hi
Compilation failed related to scheduling
Using tsc v4.3.2 src/platform-services/platform-utils.ts(241,9): error TS2345: Argument of type '{ keepAlive: true; keepAliveMsecs: number; maxSockets: number; maxFreeSockets: number; scheduling: string; proxy: any; }' is not assignable to parameter of type 'HttpProxyAgentOptions'. Object literal may only specify known properties, and 'scheduling' does not exist in type 'HttpProxyAgentOptions'.