When I am using this component in Svelte Kit Framework, VS Code shows a little problem on this line:
import ProgressBar from 'svelte-progress-bar'
On hover, it says:
Could not find a declaration file for module 'svelte-progress-bar'. '/Users/xxxxx/Documents/portfolio-xxxxx-frontend/node_modules/svelte-progress-bar/dist/ProgressBar.cjs.js' implicitly has an 'any' type.
Here's the screenshot ๐๐ผ
