gristlabs/ts-interface-checker

generic type not ignoring

exilent-ashish opened this issue · 1 comments

nothing happening with --ignore-generics, after the compilation "T" is assigned as type of field and in runtime error throwing unknown type T

i am using the command like npm bin/ts-interface-builder message.interface.ts -o ./src/main/ --inline-imports -g

See my response here: #37 (comment)

As I said there, proper support for generics is hard, and I don't think I can make the time to make it happen. But if there are suggestions for more helpful workarounds, that may be more feasible.