UNPKG

mext-types

Version:

13 lines (12 loc) 178 B
export interface IBabelrc { presets?: string[]; plugins?: any[]; env?: { production?: { plugins?: any[]; }; test?: { plugins?: any[]; }; }; }