From 11ca0462e3f82107e72946c2fb75882e5ca446b4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Sat, 27 Jul 2019 16:38:01 -0400 Subject: [PATCH] fix: add missing type for png --- typings.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings.d.ts b/typings.d.ts index 677e3d5..8aab02b 100644 --- a/typings.d.ts +++ b/typings.d.ts @@ -1 +1,2 @@ declare module "*.svg" +declare module "*.png"