diff --git a/packages/config-loader/src/sources/FileConfigSource.ts b/packages/config-loader/src/sources/FileConfigSource.ts index d8f11fd9c7..74266de227 100644 --- a/packages/config-loader/src/sources/FileConfigSource.ts +++ b/packages/config-loader/src/sources/FileConfigSource.ts @@ -40,7 +40,7 @@ export interface FileConfigSourceOptions { path: string; /** - * Enable watching file + * Set to `false` to disable file watching, defaults to `true`. */ watch?: boolean;