vue-image-zoomer
vue-image-zoomer copied to clipboard
[minor] IDE warning 'vue-image-zoomer. d. ts is not a module.'
Hi, thanks for a great module!
When I use the module in a vue 3 / typescript / webpack setting, PHPstorm tells me there is an issue with: import { VueImageZoomer } from 'vue-image-zoomer';
node_modules/ vue-image-zoomer/ dist/ vue-image-zoomer. d. ts is not a module.
But webpack compiles without errors and it works fine.