You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether fields that were decorated should be renamed.
233
+
A field is treated as "decorated" if itself or any its parent (on type level) has a decorator.
234
+
228
235
## How to use the custom transformer
229
236
230
237
Unfortunately, TypeScript itself does not currently provide any easy way to use custom transformers (see <https://github.com/Microsoft/TypeScript/issues/14419>).
0 commit comments