export default interface IAngularPlatformConfig {
    mirror: boolean;
    sourceMap: boolean;
}
