nest-aws-sdk icon indicating copy to clipboard operation
nest-aws-sdk copied to clipboard

TypeScript v5 support

Open barna-ohana opened this issue 1 year ago • 3 comments

Currently, building with TypeScript v5 will throw the following error:

Unable to resolve signature of parameter decorator when called as an expression.
  Argument of type 'undefined' is not assignable to parameter of type 'string | symbol'.

    @InjectAwsService(SES) private readonly _ses: SES,

barna-ohana avatar May 09 '23 09:05 barna-ohana