From 2dc99eb1e87449fbe01e6915540ce5c0bd5b0e14 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sun, 20 Aug 2023 15:49:51 +0200 Subject: [PATCH] fix: allow ts to be happy with scss imports --- typings/global.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typings/global.d.ts b/typings/global.d.ts index c783036..a10e3ce 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -25,3 +25,5 @@ declare const cache: typeof addon.data.cache declare const __env__: 'production' | 'development' declare class Localization {} + +declare module '*.scss'