splunk-on-call: tweak config schema
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -17,10 +17,10 @@ export interface Config {
|
||||
/**
|
||||
* Splunk On Call Plugin specific configs
|
||||
*/
|
||||
splunkOnCall: {
|
||||
splunkOnCall?: {
|
||||
/**
|
||||
* @visibility frontend
|
||||
*/
|
||||
eventsRestEndpoint: string;
|
||||
eventsRestEndpoint?: string;
|
||||
};
|
||||
}
|
||||
@@ -58,9 +58,9 @@
|
||||
"msw": "^0.21.2",
|
||||
"node-fetch": "^2.6.1"
|
||||
},
|
||||
"configSchema": "config.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"schema.d.ts"
|
||||
],
|
||||
"configSchema": "schema.d.ts"
|
||||
"config.d.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user