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
When using --emit-tsd, all of the function arguments in the resulting .d.ts file are named _0, _1, etc. They have correct types, but the real argument names are important to me. Am I missing a compiler flag that would enable outputting argument names, or is this not yet implemented?