From e17668da007828e039d4aae9ae2b161d5cc578bb Mon Sep 17 00:00:00 2001 From: BluJ Date: Mon, 8 May 2023 12:39:30 -0600 Subject: [PATCH] chore: Update the types for the config and manifest --- lib/config/setupConfig.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/setupConfig.ts b/lib/config/setupConfig.ts index 2e86a6b..f010402 100644 --- a/lib/config/setupConfig.ts +++ b/lib/config/setupConfig.ts @@ -54,6 +54,7 @@ export function setupConfig< Type extends Record = ExtractConfigType, >( wrapperDataContract: WrapperDataContract, + _manifest: Manifest, spec: Config | Config, write: Save, read: Read,