I also added an option includePath: <boolean> to support full-path matching (as opposed to just the file basename). I needed this because I realized that AdBanner was actually the name of a module, and so the path of the file was whatever/AdBanner/index.tsx. If you would prefer I split that into another PR I could do it that way. LMK
Solves #13
I also added an option
includePath: <boolean>
to support full-path matching (as opposed to just the file basename). I needed this because I realized thatAdBanner
was actually the name of a module, and so the path of the file waswhatever/AdBanner/index.tsx
. If you would prefer I split that into another PR I could do it that way. LMK