Skip to content

Commit

Permalink
add declare module
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and rusackas committed Jul 8, 2022
1 parent cccaa0a commit 161c6ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ declare module '*.png' {
const value: any;
export default value;
}

declare module 'just-handlebars-helpers';

0 comments on commit 161c6ce

Please sign in to comment.