vue-image-zoomer icon indicating copy to clipboard operation
vue-image-zoomer copied to clipboard

[minor] IDE warning 'vue-image-zoomer. d. ts is not a module.'

Open finnef opened this issue 11 months ago • 7 comments

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.

finnef avatar Nov 14 '24 10:11 finnef