jsdoc-tsimport-plugin
jsdoc-tsimport-plugin copied to clipboard
[Feature request] Support non-local module import
Hello,
It would be nice to support non-local imports, e.g. :
/**
* @param {import('axios').AxiosRequestConfig} config
* @returns {import('axios').AxiosInstance}
*/
Thanks