Add missing type exports
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
export { Compiler } from './compiler';
|
||||
export { CompilerOptions, ContractArtifact, ContractNetworks } from './utils/types';
|
||||
|
||||
export {
|
||||
CompilerOptions,
|
||||
ContractArtifact,
|
||||
ContractNetworks,
|
||||
GeneratedCompilerOptions,
|
||||
ContractNetworkData,
|
||||
} from './utils/types';
|
||||
|
Reference in New Issue
Block a user