We have a config object where some of the keys point to imported images import ExampleImage from '../example.png'
This config object creates one "cannot find module" error per image during schema generation.
We already have a *.d.ts
file that declare .png/.jpg/.jpeg as modules.
Please help