You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: