Ver Fonte

chore: import Greeter type from Greeter.d.ts

Paul Razvan Berg há 4 anos atrás
pai
commit
c5e90a5385
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      types/augmentations.d.ts

+ 1 - 1
types/augmentations.d.ts

@@ -2,7 +2,7 @@
 import { Fixture } from "ethereum-waffle";
 
 import { Signers } from "./";
-import { Greeter } from "../typechain";
+import { Greeter } from "../typechain/Greeter";
 
 declare module "mocha" {
   export interface Context {