Cannot find module './Pervasives.gen' or its corresponding type declarations

I’m using @genType in my Rescript and a couple of my react components .gen.tsx files are trying to references a “./Pervasives.gen” file that isn’t there and so breaking the build :frowning: does anyone know what the purpose of this module is? Why is the tsx generating in this strange way to expect a file that has no reason to be there? Thanks everyone!

1 Like

Figured it out. I just added a shim and now it builds fine.