Skip to content

Commit

Permalink
Update globals.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Sep 29, 2023
1 parent db377f9 commit 9184dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ type Either<T, U> = Only<T, U> | Only<U, T>
declare module '*.scss';

declare module 'ember-template-imports' {
export const hbs as any;
const hbs: any;
export { hbs };
}

declare global {
Expand Down

0 comments on commit 9184dbf

Please sign in to comment.