UNPKG

@harves/nx-node-esm-plugin

Version:

Node executor including ESM module resolution for buildable libraries within Nx workspaces.

5 lines (4 loc) 223 B
import { Tree } from '@nx/devkit'; import { PresetGeneratorSchema } from './schema'; export declare function presetGenerator(tree: Tree, options: PresetGeneratorSchema): Promise<() => void>; export default presetGenerator;