@nx/react-native
Version:
9 lines • 721 B
TypeScript
import { TargetConfiguration, Tree } from '@nx/devkit';
import type { WithReactOptions } from '@nx/react';
import type { WithNxOptions } from '@nx/webpack';
import { NormalizedSchema } from './normalize-schema';
export declare function createBuildTarget(tree: Tree, options: NormalizedSchema): TargetConfiguration;
export declare function createServeTarget(options: NormalizedSchema): TargetConfiguration;
export declare function createNxWebpackPluginOptions(tree: Tree, options: NormalizedSchema): WithNxOptions & WithReactOptions;
export declare function determineTsConfig(tree: Tree, options: NormalizedSchema): "tsconfig.app.json" | "tsconfig.lib.json" | "tsconfig.json";
//# sourceMappingURL=webpack-targets.d.ts.map