mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add configPath to ConfigStoreOptions in @types/configstore
This commit is contained in:
parent
4f1b2db0c4
commit
788d99040f
3
types/configstore/index.d.ts
vendored
3
types/configstore/index.d.ts
vendored
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user