generalpiston / typeorm-encrypted

Encrypted field for typeorm.
MIT License
74 stars 19 forks source link

Support for declaration merging #11

Closed generalpiston closed 4 years ago

generalpiston commented 6 years ago

Use declaration merging instead of extending @ColumnOptions.

See https://www.typescriptlang.org/docs/handbook/declaration-merging.html for more info.

generalpiston commented 4 years ago

Less necessary with Transformers in #14 .