Skip to content

Commit

Permalink
Merge pull request #5873 from NomicFoundation/load-plugins-in-types-c…
Browse files Browse the repository at this point in the history
…onfig

Load the builtin plugin types in /types/config
  • Loading branch information
alcuadrado authored Oct 28, 2024
2 parents 392db75 + 7c38be3 commit a63917d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v-next/hardhat/src/types/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// NOTE: We import the builtin plugins in this module, so that their
// type-extensions are loaded when the user imports `hardhat/types/config`.
import "../internal/builtin-plugins/index.js";

/**
* A configuration variable to be fetched at runtime from
* different sources, depending on the user's setup.
Expand Down

0 comments on commit a63917d

Please sign in to comment.