Skip to content

Commit

Permalink
fix: allow ts to be happy with scss imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Aug 20, 2023
1 parent 35aa451 commit 2dc99eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typings/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ declare const cache: typeof addon.data.cache
declare const __env__: 'production' | 'development'

declare class Localization {}

declare module '*.scss'

0 comments on commit 2dc99eb

Please sign in to comment.