You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

6 lines
307 B

import { ProjectConfiguration } from '../src/config/workspace-json-project-json';
export type PackageJsonConfigurationCache = {
[hash: string]: ProjectConfiguration;
};
export declare function readPackageJsonConfigurationCache(): PackageJsonConfigurationCache;
//# sourceMappingURL=package-json.d.ts.map