merged with master
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
This commit is contained in:
+3
-3
@@ -18,17 +18,17 @@ export interface Config {
|
||||
/**
|
||||
* Configuration options for the stack overflow plugin
|
||||
*/
|
||||
stackoverflow: {
|
||||
stackoverflow?: {
|
||||
/**
|
||||
* The base url of the Stack Overflow API used for the plugin
|
||||
* @visibility backend
|
||||
*/
|
||||
baseUrl: string;
|
||||
baseUrl?: string;
|
||||
|
||||
/**
|
||||
* The api key to authenticate to Stack Overflow API
|
||||
* @visibility backend
|
||||
*/
|
||||
apiKey: string;
|
||||
apiKey?: string;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"config"
|
||||
]
|
||||
"config.d.ts"
|
||||
],
|
||||
"configSchema": "config.d.ts"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user