From 161c6ce88b510b0be8da5276bc630f516c413791 Mon Sep 17 00:00:00 2001 From: Ville Brofeldt Date: Wed, 18 May 2022 09:07:55 +0300 Subject: [PATCH] add declare module --- .../plugins/plugin-chart-handlebars/types/external.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset-frontend/plugins/plugin-chart-handlebars/types/external.d.ts b/superset-frontend/plugins/plugin-chart-handlebars/types/external.d.ts index 8f7985ceaf135..a07e4dd267159 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/types/external.d.ts +++ b/superset-frontend/plugins/plugin-chart-handlebars/types/external.d.ts @@ -20,3 +20,5 @@ declare module '*.png' { const value: any; export default value; } + +declare module 'just-handlebars-helpers';