jvvvch
Results
1
issues of
jvvvch
Minimal way to reproduce: ``` @EsEntity() export class A { @EsField({ type: 'text' }) a: string; } @EsEntity() export class B extends A { b: string; } ``` When you...