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
First of all: I'm enjoying using this package, thanks for that!
TypeScript is complaining at me because I'm using this line (ES Modules):
loadUtils: ()=>import("intl-tel-input/utils"),
Could not find a declaration file for module 'intl-tel-input/utils'. '[...]/node_modules/.pnpm/[email protected]/node_modules/intl-tel-input/build/js/utils.js' implicitly has an 'any' type.
If the 'intl-tel-input' package actually exposes this module, try adding a new declaration (.d.ts) file containing `declare module 'intl-tel-input/utils';`ts(7016)
But the only known module to TS is intl-tel-input/utils-compiled:
Hi there,
First of all: I'm enjoying using this package, thanks for that!
TypeScript is complaining at me because I'm using this line (ES Modules):
But the only known module to TS is
intl-tel-input/utils-compiled
:intl-tel-input/build/js/intlTelInput.d.ts
Line 483 in 4535f07
While the module is just
intl-tel-input/utils
:intl-tel-input/package.json
Line 120 in 4535f07
Would you mind taking a look at this? Thanks!
The text was updated successfully, but these errors were encountered: