@nx/js
Version:
5 lines (4 loc) • 390 B
TypeScript
import { type Tree } from '@nx/devkit';
export declare const defaultExclude: string[];
export declare function addSwcConfig(tree: Tree, projectDir: string, type?: 'commonjs' | 'es6', supportTsx?: boolean, swcName?: string, additionalExcludes?: string[]): void;
export declare function addSwcTestConfig(tree: Tree, projectDir: string, type?: 'commonjs' | 'es6', supportTsx?: boolean): void;