Add configPath to ConfigStoreOptions in @types/configstore

This commit is contained in:
Robin Hames 2018-12-02 18:50:31 +00:00
parent 4f1b2db0c4
commit 788d99040f

View File

@ -1,4 +1,4 @@
// Type definitions for configstore 2.1
// Type definitions for configstore 4.0
// Project: https://github.com/yeoman/configstore
// Definitions by: ArcticLight <https://github.com/ArcticLight>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@ -67,5 +67,6 @@ declare class Configstore {
declare namespace Configstore {
interface ConfigstoreOptions {
globalConfigPath?: boolean;
configPath?: string;
}
}