Sebastian
Sebastian
Also an issue when functions return an interface ```ts interface Returns { /** This object contains a getter that returns itself */ get: (key: string) => string; } const buildObject...
I run into this issue too, when trying to centralize some error messages into a util module. For a workaround, instead of opening the entire Util module you can alias...
Following! The above two issues would prevent the need for a secondary build step (rollup) and make making libraries much simpler.
Support for this would be great
I am seeing the same issue.