Stop nesting interfaces and add necessary type exports

This commit is contained in:
Fabio Berger
2018-08-23 17:28:27 +01:00
parent f9b222c127
commit c4c47d9665
2 changed files with 31 additions and 20 deletions

View File

@@ -1,2 +1,8 @@
export { Compiler } from './compiler';
export { CompilerOptions, CompilerSettings, OutputField } from 'ethereum-types';
export {
CompilerOptions,
CompilerSettings,
OutputField,
CompilerSettingsMetadata,
OptimizerSettings,
} from 'ethereum-types';