MichalLytek / class-transformer-validator

A simple plugin for class-transformer and class-validator which combines them in a nice and programmer-friendly API.
MIT License
200 stars 19 forks source link

feat: upgrade deps to use the package in ts4 project #38

Closed m-shaka closed 3 years ago

m-shaka commented 3 years ago

In TypeScript v4 project, transformAndValidate cannot transform nested objects.

API changes of TypeScript compiler cause it, I guess.

m-shaka commented 3 years ago

This change does not solve the problem, sorry. I close this PR.