Skip to content

Commit

Permalink
Add missing property in settings type, tweak changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Oct 15, 2023
1 parent ef869ed commit dda2eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/hungry-suits-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@typechain/hardhat': minor
---

allow node6Modules for @typechain/hardhat
Allow passing node16Modules flag to TypeChain
1 change: 1 addition & 0 deletions packages/hardhat/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface TypechainConfig {
tsNocheck: boolean
externalArtifacts?: string[]
dontOverrideCompile: boolean
node16Modules: boolean // defaults to false
}

export interface TypechainUserConfig extends Partial<TypechainConfig> {}

0 comments on commit dda2eb4

Please sign in to comment.