Really dumb question - what's the correct glob format? I'm trying to run
formatjs extract ./src/**/*.js
But it's only going one level deep.
Really dumb question - what's the correct glob format? I'm trying to run
formatjs extract ./src/**/*.js
But it's only going one level deep.
For people who show up at this question:
formatjs extract './src/**/*.{js,ts,tsx}'