We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c97734 commit 36fadbeCopy full SHA for 36fadbe
packages/hardhat/src/index.ts
@@ -68,7 +68,7 @@ subtask(TASK_TYPECHAIN_GENERATE_TYPES)
68
const cwd = config.paths.root
69
70
const { glob } = await import('typechain')
71
- const allFiles = glob(cwd, [`${config.paths.artifacts}/!(build-info)/**/+([a-zA-Z0-9_]).json`])
+ const allFiles = glob(cwd, [`${config.paths.artifacts}/!(build-info)/**/+([a-zA-Z0-9_$]).json`])
72
if (typechainCfg.externalArtifacts) {
73
allFiles.push(...glob(cwd, typechainCfg.externalArtifacts, false))
74
}
0 commit comments