import type { Rule } from '@angular-devkit/schematics'; /** * Update the tsconfig generated by the Angular generators * extends the base tsconfig * force the outDir to ./dist * update input compiler files if needed * @param targetPath * @param tsconfigName * @param options */ export declare function updateProjectTsConfig(targetPath: string, tsconfigName: string, options?: Partial<{ updateInputFiles: boolean; }>): Rule; //# sourceMappingURL=project-configs.d.ts.map