git improve npmextra.json config
This commit is contained in:
3
dist/npmci.config.d.ts
vendored
3
dist/npmci.config.d.ts
vendored
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user