@nx/module-federation
Version:
5 lines • 335 B
TypeScript
import { ParsedCommandLine } from 'typescript';
export declare function readTsPathMappings(tsConfigPath?: string): ParsedCommandLine['options']['paths'];
export declare function readTsConfig(tsConfigPath: string): ParsedCommandLine;
export declare function getRootTsConfigPath(): string | null;
//# sourceMappingURL=typescript.d.ts.map