Every time I add decorators to my class, they always get called with the arguments specified for legacy decorators: a target, property key, and property descriptor.
I am interested in using TypeScript 5.0 decorators. Is this feasible, and if so, how can I enable it? Appreciate your guidance.