Currently, configs and scripts must be in the root of the config module, at module/configs/*.js and module/scripts/*.js respectively. This works, but is kind of annoying to work with when you want to write them in TS/Flow/etc and compile them with Babel or something similar.
To support this pattern, the following lookup paths will also be used: module/lib/configs/*.js and module/lib/scripts/*.js.
Currently, configs and scripts must be in the root of the config module, at
module/configs/*.js
andmodule/scripts/*.js
respectively. This works, but is kind of annoying to work with when you want to write them in TS/Flow/etc and compile them with Babel or something similar.To support this pattern, the following lookup paths will also be used:
module/lib/configs/*.js
andmodule/lib/scripts/*.js
.