From fe70eb301bb4d9a1711eaa58b536c0eb8de3069d Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Mon, 29 Jan 2024 20:28:19 +0530 Subject: [PATCH] should fix test --- src/configurationType.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/configurationType.ts b/src/configurationType.ts index 2835169..eb1b98b 100644 --- a/src/configurationType.ts +++ b/src/configurationType.ts @@ -660,6 +660,9 @@ export type Configuration = { typeAlias: string interface: string } + /** + * @default {} + */ customizeEnabledFeatures: { [path: string]: | 'disable-auto-invoked'