Update dependency tsoa to ^6.5.1 #109
Annotations
9 errors
Run Static Analysis Checks (check):
example/controllers/example.ts#L6
Unable to resolve signature of method decorator when called as an expression.
|
Run Static Analysis Checks (check):
example/controllers/example.ts#L6
Decorator function return type 'void | TypedPropertyDescriptor<unknown>' is not assignable to type 'void | (() => Promise<{ message: string; authenticated: boolean; }>)'.
|
Run Static Analysis Checks (check):
example/controllers/example.ts#L7
Unable to resolve signature of method decorator when called as an expression.
|
Run Static Analysis Checks (check):
example/controllers/example.ts#L7
Decorator function return type 'void | TypedPropertyDescriptor<unknown>' is not assignable to type 'void | (() => Promise<{ message: string; authenticated: boolean; }>)'.
|
Run Static Analysis Checks (check):
example/controllers/example.ts#L18
Unable to resolve signature of method decorator when called as an expression.
|
Run Static Analysis Checks (check):
example/controllers/example.ts#L18
Decorator function return type 'void | TypedPropertyDescriptor<unknown>' is not assignable to type 'void | (() => Promise<{ message: string; authenticated: boolean; }>)'.
|
Run Static Analysis Checks (check):
example/controllers/example.ts#L19
Unable to resolve signature of method decorator when called as an expression.
|
Run Static Analysis Checks (check):
example/controllers/example.ts#L19
Decorator function return type 'void | TypedPropertyDescriptor<unknown>' is not assignable to type 'void | (() => Promise<{ message: string; authenticated: boolean; }>)'.
|
Run Static Analysis Checks (check)
Process completed with exit code 2.
|