fix: format config is optional

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>

Signed-off-by: Gabriel Dugny <gabriel@dugny.me>
This commit is contained in:
Gabriel Dugny
2025-02-21 11:54:28 +01:00
committed by GitHub
parent 62842ee38a
commit c504fdce90
@@ -33,7 +33,7 @@ export interface Config {
* The format of the definition.
* @defaultValue json
*/
definitionFormat: 'json' | 'yaml';
definitionFormat?: 'json' | 'yaml';
};
};
};