akutruff / typescript-needs-types

TypeScript please give us types.
https://www.typescriptneedstypes.com
MIT License
403 stars 12 forks source link

Add Deepkit #8

Closed marcj closed 3 years ago

marcj commented 3 years ago

We use emitDecoratorMetadata heavily across the whole framework: serialization, validation, ORM, configuration, RPC actions, HTTP route query/body parameters, etc. For everything that can't be extracted we have custom decorators. So, either having that out-of-the-box from TS directly or via a transformer plugin would be a total game-changer.