When using `generateTypeScriptDefinitions` it seem...
# javascript
e
When using
generateTypeScriptDefinitions
it seems KDoc comments are not copied to the d.ts file, is that expected or is there a config I need to set?
a
Hey 👋 Yes, for now, we don't copy KDoc into d.ts files, but we are working on it. I already implemented (I think it will be available in 1.9.20) adding @deprecated JsDoc tag for declarations which annotated with @Deprecated annotation. Hope, we also will implement KDoc copy functionality soon 🙂
e
Thanks @Artem Kobzar! That's good to know.