UNPKG

@ant-design/tools

Version:
5 lines (4 loc) 172 B
import type { TransformOptions } from '@babel/core'; export default function getBabelCommonConfig(modules?: boolean): TransformOptions & { cacheDirectory?: boolean; };