find ./ -type f \( -iname \*.json -o -iname \*.js -o -iname \*.ts -o -iname \*.tsx \) -not \( -path "*/node_modules/*" -prune \) -exec sed -i '' "s/@old/@new/g" {} +