jlavric
jlavric
Hi I am having the same issue. My schema is not that big. [schema.zip](https://github.com/MichalLytek/typegraphql-prisma/files/7537985/schema.zip) Without emitTranspiledCode = false flag I am getting 'too many open files error', but when I...
@MichalLytek thank you for quick response. Yes of course I forgot that, my mistake. With generated files in my src directory and properly imported I was getting this error: RangeError:...
I have done a lot of testing and research and finally it works for me. I just have to change some steps. I can confirm that with **emitTranspiledCode = false**...
Have you found a solution? Does it work?
@ligiane thank you for this solution. I was trying to extend ApexTooltip directive or create one or alias but with no success. Now I am adding this selector to components...