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
Do you have a type declarations file?
I am importing LiteYTEmbed on a typescript project and getting the following warning:
Could not find a declaration file for module 'lite-youtube-embed'.
'd:/genexus/repos/gwds-lit/node_modules/lite-youtube-embed/src/lite-yt-embed.js'
implicitly has an 'any' type.Try `npm i --save-dev @types/lite-youtube-embed` if it exists
or add a new declaration (.d.ts) file containing `declare module 'lite-youtube-embed';`ts(7016)
The text was updated successfully, but these errors were encountered:
Hi, Greetings!
Do you have a type declarations file?
I am importing LiteYTEmbed on a typescript project and getting the following warning:
The text was updated successfully, but these errors were encountered: