From e548d56ba412bd45adaa4c0aa6257bb606a55849 Mon Sep 17 00:00:00 2001 From: Endel Dreyer Date: Wed, 20 Jul 2016 08:22:47 +0200 Subject: [PATCH] protobufjs: allow to use protobuf-light version (#10164) --- protobufjs/protobufjs.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protobufjs/protobufjs.d.ts b/protobufjs/protobufjs.d.ts index 96d9a932de..77d457fbbf 100644 --- a/protobufjs/protobufjs.d.ts +++ b/protobufjs/protobufjs.d.ts @@ -387,3 +387,7 @@ declare namespace ProtoBuf { declare module "protobufjs" { export = ProtoBuf; } + +declare module "protobufjs/dist/protobuf-light" { + export = ProtoBuf; +}