Skip to content

Commit 3163f80

Browse files
committed
set config key as optional
1 parent 8c3066e commit 3163f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { extendConfig } from 'hardhat/config';
44

55
declare module 'hardhat/types/config' {
66
export interface HardhatUserConfig {
7-
fourByteUploader: { runOnCompile?: boolean };
7+
fourByteUploader?: { runOnCompile?: boolean };
88
}
99

1010
export interface HardhatConfig {

0 commit comments

Comments
 (0)