michael-s-molina commented on code in PR #35159:
URL: https://github.com/apache/superset/pull/35159#discussion_r2360320449


##########
superset-frontend/src/types/files.d.ts:
##########
@@ -19,3 +19,6 @@
 
 declare module '*.svg';
 declare module '*.gif';
+declare module '*.png';
+declare module '*.jpg';
+declare module '*.jpeg';

Review Comment:
   @korbit-ai TypeScript's module declaration syntax doesn't actually support 
regex patterns like that in the declare module statement.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to