From 473a7d45a5c0dfe3a3669362648324c7fb752bfe Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Thu, 29 Mar 2018 23:11:57 -0400 Subject: [PATCH] Add missing `declare` (fixes type errors on rebuild) --- global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.d.ts b/global.d.ts index 659167f7..b75bfdbf 100644 --- a/global.d.ts +++ b/global.d.ts @@ -1,6 +1,6 @@ declare const __webpack_public_path__: string; -interface NodeModule { +declare interface NodeModule { hot: any; }