Stop nesting interfaces and add necessary type exports
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
export { Compiler } from './compiler';
|
||||
export { CompilerOptions, CompilerSettings, OutputField } from 'ethereum-types';
|
||||
export {
|
||||
CompilerOptions,
|
||||
CompilerSettings,
|
||||
OutputField,
|
||||
CompilerSettingsMetadata,
|
||||
OptimizerSettings,
|
||||
} from 'ethereum-types';
|
||||
|
Reference in New Issue
Block a user