Julian Mendiola
Julian Mendiola
I have a project with a bunch of +10Kb sized contracts, and many tests that work fine. But when I run `hardhat coverage`, I first get the warning, which would...
Since release 1.13.2, with this [PR](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/926) we are getting this error while running `tsc` command: ``` node_modules/@openzeppelin/upgrades-core/dist/upgrade-interface-version.d.ts:1:23 - error TS2688: Cannot find type definition file for 'debug'. 1 /// ~~~~~...
# Description If a contract is only referenced by @inheritdoc documentation tag, you need to import it, but then the `no-unused-import` fails. # Example `A.sol` ```sol contract A { /**...