Мой тестовый код выглядит следующим образом:
function test(target: Object, propertyKey: string, descriptor: TypedPropertyDescriptor<any>) {
return descriptor;
}
class Test {
@test
hello() {
}
}
но компилятор выдает ошибку
Error:(33, 5) TS1241: Unable to resolve signature of method decorator when called as an expression.
Supplied parameters do not match any signature of call target.
Я уже указал: --experimentalDecorators --emitDecoratorMetadata