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
When importing from /default so that I don't have to pass any settings, TS can't find the associated types:
Could not find a declaration file for module 'rfdc/default'. 'node_modules/rfdc/default.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/rfdc` if it exists or add a new declaration (.d.ts) file containing `declare module 'rfdc/default'; ts(7016)
The text was updated successfully, but these errors were encountered:
When importing from
/default
so that I don't have to pass any settings, TS can't find the associated types:The text was updated successfully, but these errors were encountered: