Make root config required in types #3990
Annotations
4 errors
|
Run Tests & Lint
Type '{ port: number; key: string; cert: string[]; }' is not assignable to type 'MaybeMultiple<BaseListenerConfig & CustomHttpsSettings & Omit<SecureContextOptions, keyof CustomHttpsSettings | "secureProtocol" | "secureOptions"> & { ...; }> | undefined'.
|
Run Tests & Lint
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'.
|
Run Tests & Lint
The operation was canceled.
|
Loading