Globbing - leotm/react-native-template-new-architecture GitHub Wiki

Brace expansion

# dependencies: [ '**/deep/*.prefix.{ts,tsx}' ]

Extended globbing

shopt -s extglob # enable in shell
# dependencies: [ '**/deep/*.prefix.?(ts|tsx)' ]