| 44 | } |
| 45 | |
| 46 | export interface CracoBabelConfig { |
| 47 | presets?: any[]; |
| 48 | plugins?: any[]; |
| 49 | assumptions?: { [assumption: string]: boolean }; |
| 50 | loaderOptions?: Configure<TransformOptions, BaseContext>; |
| 51 | } |
| 52 | |
| 53 | export interface CracoEsLintConfig { |
| 54 | enable?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…