Add missing type exports

This commit is contained in:
Fabio Berger 2018-08-03 12:40:01 +02:00
parent 4a2a22a43b
commit e4aed98a3d

View File

@ -1,2 +1,9 @@
export { Compiler } from './compiler'; export { Compiler } from './compiler';
export { CompilerOptions, ContractArtifact, ContractNetworks } from './utils/types';
export {
CompilerOptions,
ContractArtifact,
ContractNetworks,
GeneratedCompilerOptions,
ContractNetworkData,
} from './utils/types';