Hello, I loved this tool but I have had quite a few problems when using it with the Nestjs compiler: nest
[ERR] tst-reflect: You call getType() method directly. You have probably wrong configuration, because tst-reflect-transformer package should replace this call by the Type instance.
If you have right configuration it may be BUG so try to create an issue.
If it is not an issue and you don't want to see this debug message, create field 'tst-reflect-disable' in global object (window | global | globalThis) eg. `window['tst-reflect-disable'] = true;
I don't know if there is already a way to implement it with nestjs or if there will be support in the future.
I would be very grateful if you could tell me a correct way to configure the project with the library, thank you very much
Hello, I loved this tool but I have had quite a few problems when using it with the Nestjs compiler:
nestI don't know if there is already a way to implement it with nestjs or if there will be support in the future.
I would be very grateful if you could tell me a correct way to configure the project with the library, thank you very much