I am trying to import images to use inside a React component with TypeScript. The bundler I\'m using is Parcel (not Webpack).
I have created a .d.ts fil
.d.ts
create index.d.ts file in folder src,and add this line
src
declare module '*.jpg';