From 7e81c563ec44ac6f6905344846785695bc801230 Mon Sep 17 00:00:00 2001 From: caoyawen Date: Tue, 2 Jul 2024 09:40:26 +0800 Subject: [PATCH] Issue when running build on a NodeJS app Fixes #131 Signed-off-by: caoyawen --- umd/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/umd/index.d.ts b/umd/index.d.ts index c623535..f2e1c35 100644 --- a/umd/index.d.ts +++ b/umd/index.d.ts @@ -1,2 +1,3 @@ +// @ts-ignore import Long from "../index.js"; export = Long;