Create a index.d.ts file in the src folder and insert this declaration.
index.d.ts
src
declare module '*.png';
Restart the TS Compiler if issue persists.