We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3066e commit 3163f80Copy full SHA for 3163f80
src/index.ts
@@ -4,7 +4,7 @@ import { extendConfig } from 'hardhat/config';
4
5
declare module 'hardhat/types/config' {
6
export interface HardhatUserConfig {
7
- fourByteUploader: { runOnCompile?: boolean };
+ fourByteUploader?: { runOnCompile?: boolean };
8
}
9
10
export interface HardhatConfig {
0 commit comments