UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

14 lines (13 loc) 334 B
export interface NxWebBabelPresetOptions { useBuiltIns?: boolean | string; decorators?: { decoratorsBeforeExport?: boolean; legacy?: boolean; }; loose?: boolean; /** @deprecated Use `loose` option instead of `classProperties.loose` */ classProperties?: { loose?: boolean; }; }