chore: missing converts
This commit is contained in:
parent
0affc7682f
commit
058c887353
@ -1,10 +1,10 @@
|
||||
// tslint:disable:no-consecutive-blank-lines ordered-imports align trailing-comma whitespace class-name
|
||||
// tslint:disable:no-unused-variable
|
||||
// tslint:disable:no-unbound-method
|
||||
import { BaseContract } from '@0xproject/base-contract';
|
||||
import { BaseContract } from '@0x/base-contract';
|
||||
import { BlockParam, BlockParamLiteral, CallData, ContractAbi, ContractArtifact, DecodedLogArgs, MethodAbi, Provider, TxData, TxDataPayable } from 'ethereum-types';
|
||||
import { BigNumber, classUtils, logUtils } from '@0xproject/utils';
|
||||
import { Web3Wrapper } from '@0xproject/web3-wrapper';
|
||||
import { BigNumber, classUtils, logUtils } from '@0x/utils';
|
||||
import { Web3Wrapper } from '@0x/web3-wrapper';
|
||||
import * as ethers from 'ethers';
|
||||
import * as _ from 'lodash';
|
||||
// tslint:enable:no-unused-variable
|
||||
|
@ -5,10 +5,10 @@
|
||||
"rootDir": ".",
|
||||
"typeRoots": [
|
||||
"comment: for building within 0x-monorepo:",
|
||||
"../../node_modules/@0xproject/typescript-typings/types",
|
||||
"../../node_modules/@0x/typescript-typings/types",
|
||||
"../../node_modules/@types",
|
||||
"comment: for building in an isolated environment:",
|
||||
"node_modules/@0xproject/typescript-typings/types",
|
||||
"node_modules/@0x/typescript-typings/types",
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
|
@ -11,7 +11,7 @@
|
||||
"resolveJsonModule": true,
|
||||
"pretty": true,
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
|
||||
"typeRoots": ["node_modules/@0x/typescript-typings/types", "node_modules/@types"],
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user