File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ type HasteConfig = {
479
479
/**
480
480
* Whether to follow symlinks when crawling for files.
481
481
* This options cannot be used in projects which use watchman.
482
- * Projects with a .watchmanconfig will error if this option is set to true.
482
+ * Projects with `watchman` set to true will error if this option is set to true.
483
483
*/
484
484
enableSymlinks? : boolean ;
485
485
/** Path to a custom implementation of Haste. */
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export type HasteConfig = {
25
25
/**
26
26
* Whether to follow symlinks when crawling for files.
27
27
* This options cannot be used in projects which use watchman.
28
- * Projects with a .watchmanconfig will error if this option is set to true.
28
+ * Projects with `watchman` set to true will error if this option is set to true.
29
29
*/
30
30
enableSymlinks ?: boolean ;
31
31
/** Path to a custom implementation of Haste. */
You can’t perform that action at this time.
0 commit comments