UNPKG

@nx/js

Version:

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

6 lines 255 B
import { SwcExecutorOptions } from '../schema'; export declare function getSwcrcPath(options: SwcExecutorOptions, contextRoot: string, projectRoot: string): { swcrcPath: string; tmpSwcrcPath: string; }; //# sourceMappingURL=get-swcrc-path.d.ts.map