JSDocs from layers doesn't show in IDE
Hello!
I have some JSDocs added to utility functions in a layer to help the user.
When I extend the layer. The JSDocs exists correctly
node_modules/c12/layer/utils/foo.ts
(1st screenshot).
However, it doesn't show up in the IDE (2nd screenshot).
If I copy the same file to the parent app utils
folder, the JSDocs show up correctly.0 Replies