Skip to content

Commit

Permalink
Merge pull request #424 from Mrtenz/import-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor authored Jul 3, 2021
2 parents 40ed721 + db1f195 commit 5e2234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import fsExtra from 'fs-extra'
import { TASK_CLEAN, TASK_COMPILE, TASK_COMPILE_SOLIDITY_COMPILE_JOBS } from 'hardhat/builtin-tasks/task-names'
import { extendConfig, task, subtask } from 'hardhat/config'
import { HardhatPluginError } from 'hardhat/plugins'
import { getFullyQualifiedName } from 'hardhat/utils/contract-names'
import _, { uniq } from 'lodash'
import { runTypeChain, glob } from 'typechain'

import { getDefaultTypechainConfig } from './config'
import { TASK_TYPECHAIN } from './constants'
import './type-extensions'

const taskArgsStore: { noTypechain: boolean; fullRebuild: boolean } = { noTypechain: false, fullRebuild: false }

Expand Down

0 comments on commit 5e2234d

Please sign in to comment.