i had to cast the value to string to make it works, it said that value.split was not a function :
@Transform(({ value }) => String(value).split(','))
"class-transformer": "^0.5.1",