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
Could not find a declaration file for module 'supercons'. 'node_modules/supercons/dist/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/supercons if it exists or add a new declaration (.d.ts) file containing declare module 'supercons';
The text was updated successfully, but these errors were encountered:
Ugh, sorry about this! If anyone wants to take a look at why this is happening, would be much appreciated. It seems like some configuration property might not be exposed correctly pointing to the types.
Could not find a declaration file for module 'supercons'. 'node_modules/supercons/dist/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/supercons
if it exists or add a new declaration (.d.ts) file containingdeclare module 'supercons';
The text was updated successfully, but these errors were encountered: