UNPKG

@nx/rspack

Version:

The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.

4 lines (3 loc) 217 B
import { Tree } from '@nx/devkit'; import { Framework } from '../../init/schema'; export declare function editTsConfig(tree: Tree, projectRoot: string, framework: Framework, relativePathToRootTsConfig: string): void;