UNPKG

nx-esbuild-decorators

Version:

The Nx Plugin for esbuild contains executors and generators that support building applications using esbuild and also supports decorators

5 lines (4 loc) 90 B
export interface Schema { compiler?: 'babel' | 'swc' | 'tsc'; skipFormat?: boolean; }