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
Artem Kobzar
06/18/2023, 10:06 PM
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 🙂