export const logAboutSyntheticImports = () => (_: Tree, _context: SchematicContext) => {
  _context.logger.info(`Please configure 'allowSyntheticDefaultImports' setting in tsconfig to avoid errors`);
};