You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all - whenever i declare this component i get this typescript error. Anyway know how to make it go away? I've created a types.d.ts file and put the recommended text in there to no avail.
import AutoComplete from "simple-svelte-autocomplete";
Could not find a declaration file for module 'simple-svelte-autocomplete'. 'C:/VSO/esgTemplate/node_modules/.pnpm/[email protected]/node_modules/simple-svelte-autocomplete/dist/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/simple-svelte-autocomplete if it exists or add a new declaration (.d.ts) file containing declare module 'simple-svelte-autocomplete';ts(7016)
The text was updated successfully, but these errors were encountered:
Hi all - whenever i declare this component i get this typescript error. Anyway know how to make it go away? I've created a types.d.ts file and put the recommended text in there to no avail.
import AutoComplete from "simple-svelte-autocomplete";
Could not find a declaration file for module 'simple-svelte-autocomplete'. 'C:/VSO/esgTemplate/node_modules/.pnpm/[email protected]/node_modules/simple-svelte-autocomplete/dist/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/simple-svelte-autocomplete
if it exists or add a new declaration (.d.ts) file containingdeclare module 'simple-svelte-autocomplete';ts(7016)
The text was updated successfully, but these errors were encountered: