diff --git a/.yo-rc.json b/.yo-rc.json new file mode 100644 index 0000000000..7b7581575e --- /dev/null +++ b/.yo-rc.json @@ -0,0 +1,5 @@ +{ + "generator-new-component": { + "comment": "This file indicates the working directory from where this runs and is needed in case a parent directory contains a `.yo-rc.json` file too - which would cause it to run from there instead." + } +}