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'