When I apply decorators to my class they are always called with the arguments for legacy decorators: a target, property key, and property descriptor.
I would like to use TypeScript 5.0 decorators. Is this possible, and if so, how can I enable it? Thank you.