Added config schema to the Splunk On Call plugin.

Signed-off-by: Tavis Aitken <taitken@splunk.com>
This commit is contained in:
Tavis Aitken
2021-04-27 11:01:56 -06:00
committed by Tavis Aitken
parent 37ca09566a
commit ae903f8e71
3 changed files with 35 additions and 2 deletions
+4 -2
View File
@@ -59,6 +59,8 @@
"node-fetch": "^2.6.1"
},
"files": [
"dist"
]
"dist",
"schema.d.ts"
],
"configSchema": "schema.d.ts"
}