Is there a way for generated typescript files `d.t...
# javascript
n
Is there a way for generated typescript files
d.ts
to have KDoc comments transferred over to
d.ts
from the Kotlin files?
b
Currently not possible, but we are working on making it possible.
❤️ 2
K 5
a
The issue to track for progress on this work is this one: https://youtrack.jetbrains.com/issue/KT-56493
thank you color 3