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
'ABI2solidity' is declared but its value is never read.ts(6133) Could not find a declaration file for module 'abi2solidity'. 'C:/Users/GCyber/Desktop/abi2solidity/node_modules/abi2solidity/dist/abi2solidity.js' implicitly has an 'any' type. Try npm i --save-dev @types/abi2solidityif it exists or add a new declaration (.d.ts) file containingdeclare module 'abi2solidity';ts(7016)
The text was updated successfully, but these errors were encountered:
'ABI2solidity' is declared but its value is never read.ts(6133) Could not find a declaration file for module 'abi2solidity'. 'C:/Users/GCyber/Desktop/abi2solidity/node_modules/abi2solidity/dist/abi2solidity.js' implicitly has an 'any' type. Try
npm i --save-dev @types/abi2solidityif it exists or add a new declaration (.d.ts) file containing
declare module 'abi2solidity';ts(7016)
The text was updated successfully, but these errors were encountered: