Skip to content

Commit

Permalink
Declaring module for *.jpg for event flow and handlebars
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-samsung committed Jan 5, 2023
1 parent becc05c commit 80b6f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
*/

declare module '*.png';
declare module '*.jpg';
declare module '@data-ui/event-flow';
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ declare module '*.png' {
const value: any;
export default value;
}

declare module '*.jpg';
declare module 'just-handlebars-helpers';

0 comments on commit 80b6f0a

Please sign in to comment.