reflect-metadata icon indicating copy to clipboard operation
reflect-metadata copied to clipboard

Error TS2394 with Typescript 2.6.1 and "strictFunctionTypes"

Open GitStorageOne opened this issue 8 years ago • 0 comments

Hello!

With Typescript 2.6.1 and "strictFunctionTypes": node_modules/reflect-metadata/Reflect.ts(194,21): error TS2394: Overload signature is not compatible with function implementation.

194 export function decorate(decorators: (PropertyDecorator | MethodDecorator)[], target: any, propertyKey: string | symbol, attributes?: PropertyDescriptor | null): PropertyDescriptor | undefined;

GitStorageOne avatar Nov 09 '17 09:11 GitStorageOne