Enable strict checking of config during CLI.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-05-05 13:45:53 -04:00
parent 9ab7a4b538
commit 473db605a4
13 changed files with 64 additions and 11 deletions
+1
View File
@@ -59,6 +59,7 @@ export interface Config {
/**
* The available auth-provider options and attributes
* @additionalProperties true
*/
providers?: {
google?: {