*set options to empty object
This commit is contained in:
parent
fcc3c40ba1
commit
cf07c6074e
|
@ -36,7 +36,7 @@ export default class Config {
|
||||||
private prefix: string;
|
private prefix: string;
|
||||||
private suffix?: string;
|
private suffix?: string;
|
||||||
private fallback?: string;
|
private fallback?: string;
|
||||||
private options: Options;
|
private options: Options = {};
|
||||||
private alias = {};
|
private alias = {};
|
||||||
private data = {};
|
private data = {};
|
||||||
private env = {};
|
private env = {};
|
||||||
|
|
Loading…
Reference in New Issue