Make root config required in types #3990
Annotations
7 errors
ci (22.x)
Type '{ port: number; key: string; cert: string[]; }' is not assignable to type 'MaybeMultiple<BaseListenerConfig & CustomHttpsSettings & Omit<SecureContextOptions, keyof CustomHttpsSettings | "secureProtocol" | "secureOptions"> & { ...; }> | undefined'.
|
ci (22.x)
Type '{ port: number; key: string; cert: string[]; allowHTTP1: true; }' is not assignable to type 'MaybeMultiple<BaseListenerConfig & CustomHttpsSettings & Omit<SecureServerOptions<typeof IncomingMessage, typeof ServerResponse, typeof Http2ServerRequest, typeof Http2ServerResponse>, keyof CustomHttpsSettings | ... 1 more ... | "secureOptions"> & { ...; }> | undefined'.
|
ci (22.x)
Process completed with exit code 1.
|
ci (20.x)
The job was canceled because "_22_x" failed.
|
ci (20.x)
Type '{ port: number; key: string; cert: string[]; }' is not assignable to type 'MaybeMultiple<BaseListenerConfig & CustomHttpsSettings & Omit<SecureContextOptions, keyof CustomHttpsSettings | "secureProtocol" | "secureOptions"> & { ...; }> | undefined'.
|
ci (20.x)
Type '{ port: number; key: string; cert: string[]; allowHTTP1: true; }' is not assignable to type 'MaybeMultiple<BaseListenerConfig & CustomHttpsSettings & Omit<SecureServerOptions<typeof IncomingMessage, typeof ServerResponse, typeof Http2ServerRequest, typeof Http2ServerResponse>, keyof CustomHttpsSettings | ... 1 more ... | "secureOptions"> & { ...; }> | undefined'.
|
ci (20.x)
The operation was canceled.
|