From e54c6a05799ca1a87c7bb60336cdb9dad57ad2af Mon Sep 17 00:00:00 2001 From: Enix Date: Wed, 7 Aug 2019 18:20:05 +0800 Subject: [PATCH] chore: default config type --- src/utils/configHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/configHelper.ts b/src/utils/configHelper.ts index 233e6da..57a1091 100644 --- a/src/utils/configHelper.ts +++ b/src/utils/configHelper.ts @@ -17,7 +17,7 @@ export enum configKeys { copySnippetButton = 'copySnippetButton', } -const defaultConfigs = { +const defaultConfigs: Config = { shortcut: undefined, access_token: undefined, compressSingletonFolder: true,