From 2afa5c856d13b27b872b0eaa33a7e94a44ffdb36 Mon Sep 17 00:00:00 2001 From: muerwre <gotham48@gmail.com> Date: Wed, 24 Jul 2019 13:27:55 +0700 Subject: [PATCH] checking cache control --- custom.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom.d.ts b/custom.d.ts index 1a3dd3c..6a0db57 100644 --- a/custom.d.ts +++ b/custom.d.ts @@ -2,3 +2,8 @@ declare module "*.svg" { const content: any; export default content; } + +declare module "*.png" { + const content: any; + export default content; +}