Replies: 1 comment 1 reply
-
I'm having the same problem. Did you find any solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having an issue where it seems the decorator is called when the class is initiated, but any object property defines, etc. all seem to be ignored / value never set, or getters never executed. Everything works property with tsc compilation, but not with tsup. I do have @swc/core installed.
Any thoughts?
tsconfig.json
tsup.config.ts
Beta Was this translation helpful? Give feedback.
All reactions