UNPKG

@apployees-nx/webserver

Version:

A create-react-app inspired plugin for Nx, with SSR and PWA capabilities.

13 lines (12 loc) 468 B
/******************************************************************************* * © Apployees Inc., 2019 * All Rights Reserved. ******************************************************************************/ export interface IImportTransformerOptions { libraryName: string; subdirectory?: string; transformCamel2Dash?: boolean; transformCamel2Underline?: boolean; useDefaultImports?: boolean; additionalImports?: { [importName: string]: string[] }; }