00:00:32
May 14, 2023
00:00:28
00:00:21
Type '<TInput = any, TResult = TInput>(typeOrToken: string | symbol | Type<TInput> | Abstract<TInput>, contextId?: ContextId, options?: { strict: boolean; }) => Promise<...>' is not assignable to type '{ <TInput = any, TResult = TInput>(typeOrToken: string | symbol | Function | Type<TInput>): Promise<TResult>; <TInput = any, TResult = TInput>(typeOrToken: string | symbol | Function | Type<...>, contextId?: { ...; }): Promise<...>; <TInput = any, TResult = TInput>(typeOrToken: string | ... 2 more ... | Type<...>, c...'. Types of parameters 'options' and 'options' are incompatible. Type '{ strict?: boolean; each: true; }' is not assignable to type '{ strict: boolean; }'. Property 'strict' is optional in type '{ strict?: boolean; each: true; }' but required in type '{ strict: boolean; }'.node_modules/@nestjs/core/nest-application.d.ts(12,22): error TS2420: Class 'NestApplication' incorrectly implements interface 'INestApplication'. Types of property 'get' are incompatible. Type '<TInput = any, TResult = TInput>(typeOrToken: string | symbol | Type<TInput> | Abstract<TInput>, options?: { strict: boolean; }) => TResult' is not assignable to type '{ <TInput = any, TResult = TInput>(typeOrToken: string | symbol | Function | Type<TInput>): TResult; <TInput = any, TResult = TInput>(typeOrToken: string | symbol | Function | Type<...>, options: { ...; }): TResult; <TInput = any, TResult = TInput>(typeOrToken: string | ... 2 more ... | Type<...>, options: { ...; })...'.Cleaning up project directory and file based variablesERROR: Job failed: exit code 1