Getting Started
Installation
npm install class-transformer reflect-metadataimport 'reflect-metadata';
// Your other imports and initialization code
// comes here after you imported the reflect-metadata package!"emitDecoratorMetadata": true,
"experimentalDecorators": true,Basic Usage
Last updated
Was this helpful?