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 28, 2023
1 parent a7b7e8b commit db377f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ type Either<T, U> = Only<T, U> | Only<U, T>

declare module '*.scss';

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

declare global {
// Prevents ESLint from "fixing" this via its auto-fix to turn it into a type
Expand Down

0 comments on commit db377f9

Please sign in to comment.