[14:30:34] Starting compilation in watch mode...
src/produto/dto/CriaProduto.dto.ts:26:12 - error TS2345: Argument of type '{ message: string; }' is not assignable to parameter of type 'IsURLOptions'. Object literal may only specify known properties, and 'message' does not exist in type 'IsURLOptions'.
26 @IsUrl({ message: 'URL para imagem inválida' }) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[14:30:36] Found 1 error. Watching for file changes.