import type { Tree } from '@nx/devkit'; import type { CompilerOptions } from 'typescript'; /** * Cleans up the provided compiler options to only include the options that are * different or not set in the provided tsconfig file. */ export declare function getNeededCompilerOptionOverrides(tree: Tree, compilerOptions: Record, tsConfigPath: string): Record; //# sourceMappingURL=configuration.d.ts.map