export interface IPluginOptions {
  include?: string[];
  exclude?: string[];
  labels?: string[];
  functions?: string[];
  sourceMap?: boolean;
  debugger?: boolean;
}
