find -E . -type f -regex '.*\.(js|d\.ts|map)' -not -path './node_modules/*' -not -path './.next/*' -delete