Skip to content

Commit

Permalink
adding back @ts-ignore. Package 'proxy' does not have typescript types
Browse files Browse the repository at this point in the history
  • Loading branch information
cdesch committed Mar 2, 2021
1 parent a7c579e commit 40d8e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hardhat-core/test/internal/util/download.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { assert } from "chai";
import fsExtra from "fs-extra";
import path from "path";
// @ts-ignore
// tslint:disable-next-line no-implicit-dependencies
import Proxy from "proxy";

Expand Down

0 comments on commit 40d8e2d

Please sign in to comment.