typescript-decorators icon indicating copy to clipboard operation
typescript-decorators copied to clipboard

TypeScript decorator reports "Unable to resolve signature of class decorator when called as an expression"

Open jrichardsz opened this issue 5 months ago • 0 comments

Fix : add this in tsconfig.json

        "emitDecoratorMetadata": true,
        "experimentalDecorators": true

jrichardsz avatar Sep 06 '24 01:09 jrichardsz