Hello, It would be nice to support non-local imports, e.g. : ```js /** * @param {import('axios').AxiosRequestConfig} config * @returns {import('axios').AxiosInstance} */ ``` Thanks