jsdoc-tsimport-plugin icon indicating copy to clipboard operation
jsdoc-tsimport-plugin copied to clipboard

[Feature request] Support non-local module import

Open KaKi87 opened this issue 3 years ago • 0 comments

Hello,

It would be nice to support non-local imports, e.g. :

/**
 * @param {import('axios').AxiosRequestConfig} config
 * @returns {import('axios').AxiosInstance}
 */

Thanks

KaKi87 avatar Nov 27 '22 14:11 KaKi87