alphapeter / fa-svelte

Font Awesome 5 for svelte.js
MIT License
71 stars 3 forks source link

Missing types #36

Open OJFord opened 3 years ago

OJFord commented 3 years ago

Not that there's any real utility in it for this module, but it would prevent Svelte's language server (in default configuration) from warning about it:

Could not find a declaration file for module 'fa-svelte'. '/[...]/node_modules/fa-svelte/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/fa-svelte if it exists or add a new declaration (.d.ts) file containing declare module 'fa-svelte';