diff --git a/src/helper/config.ts b/src/helper/config.ts index c188a99..a6ac455 100644 --- a/src/helper/config.ts +++ b/src/helper/config.ts @@ -141,9 +141,13 @@ export interface ConfigObject { nodes: Array } - +/** + * Read the config file from the files of the project + * @returns The configuration object of the project + */ export function getConfig() : ConfigObject | null { + return null; } \ No newline at end of file