Skip to content

Commit

Permalink
fix: esm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Oct 2, 2019
1 parent f1e0127 commit 811c92d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 111 deletions.
87 changes: 0 additions & 87 deletions src/common/documentStore.integration.test.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/common/documentStore.ts

This file was deleted.

4 changes: 2 additions & 2 deletions src/common/smartContract/issuerToSmartContract.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import { contractInstance } from "./contractInstance";
import { TYPES } from "./constants";
import * as tokenRegistryAbi from "./abi/tokenRegistry.json";
import * as documentStoreAbi from "./abi/documentStore.json";
import tokenRegistryAbi from "./abi/tokenRegistry.json";
import documentStoreAbi from "./abi/documentStore.json";
import { Issuer, OpenAttestationContract } from "../../types";

export const issuerToSmartContract = (
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"baseUrl": ".",
"skipLibCheck": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": ["./src/**/*"]
}

0 comments on commit 811c92d

Please sign in to comment.