Can oxc-transformer generate type declarations directly from .ts like tsc? #9556
Replies: 1 comment
-
Generating type declarations requires type information from tsc, so the answer is no. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! When I'm using it, I want oxc-transformer to generate type declarations directly from .ts files like tsc , instead of using isolated type declarations. Is there a way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions