UNPKG

@o3r/workspace

Version:

Workspace tooling of the Otter Framework

9 lines 383 B
import type { Rule } from '@angular-devkit/schematics'; /** * Update workspace Tsconfig * @param targetPath Path where the SDK has been generated * @param projectName Name of the project * @param scope scope of the package */ export declare function updateTsConfig(targetPath: string, projectName: string, scope: string): Rule; //# sourceMappingURL=update-ts-paths.rule.d.ts.map