git improve npmextra.json config

This commit is contained in:
2017-08-28 17:19:31 +02:00
parent b9cc0556a8
commit 11ec419700
6 changed files with 16 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
import { KeyValueStore } from 'npmextra';
export interface INpmciOptions {
globalNpmTools: string[];
npmGlobalTools: string[];
dockerRegistryRepoMap: any;
}
export declare let kvStorage: KeyValueStore;
export declare let getConfig: () => Promise<INpmciOptions>;