You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
511 B

import { ExecutorContext } from '@nx/devkit';
import { type Compiler, type RspackPluginInstance } from '@rspack/core';
export declare class GeneratePackageJsonPlugin implements RspackPluginInstance {
private readonly options;
private readonly context;
private readonly projectGraph;
constructor(options: {
tsConfig: string;
outputFileName: string;
}, context: ExecutorContext);
apply(compiler: Compiler): void;
}
//# sourceMappingURL=generate-package-json-plugin.d.ts.map