From 792f10e5709c97c9dcfb42f0106e42908e822d87 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Fri, 13 Aug 2021 11:12:29 +0200 Subject: [PATCH] fixup! chore(typings): add *.svg to global ts extensions --- typings/custom-global/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/custom-global/index.d.ts b/typings/custom-global/index.d.ts index 32e5acbba9d7c9..4f7d60c6f76013 100644 --- a/typings/custom-global/index.d.ts +++ b/typings/custom-global/index.d.ts @@ -1,5 +1,5 @@ /** - * Generic typings for non typescript/javascript. + * Generic typings for sass files. */ declare module '*.scss' { const styles: { [className: string]: string };