From 4ab4f3cffc643f78fb844377f32f8ff33285074e Mon Sep 17 00:00:00 2001 From: zhangchen168 Date: Thu, 19 Jan 2023 19:42:43 +0800 Subject: [PATCH] Support oh_modules and oh-package.json5 in ts2panda Issue: https://gitee.com/openharmony/third_party_typescript/issues/I694YF Signed-off-by: zhangchen168 Change-Id: Ic590975633cc6d8015af02e44231e6b9d03a4d8e --- ts2panda/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts2panda/package-lock.json b/ts2panda/package-lock.json index 166923666c..b3726de0e4 100644 --- a/ts2panda/package-lock.json +++ b/ts2panda/package-lock.json @@ -4470,7 +4470,7 @@ }, "typescript": { "version": "file:deps/ohos-typescript-4.2.3-r2.tgz", - "integrity": "sha512-ITYnPXE5QJpdmQqQgzChV5DYRgyJ/kigjlaRAEFjW3HtgldUNeH57jyFsSlQ39MBabkusRheRjzBYgNxW76uiw==", + "integrity": "sha512-Znvyk9NOaGjaIX/viL2hLuQfrftuJ8eu/gxZAvvXcHACWXopOO3zqxvrYRcxiN4VG/D2eQ4odQqwxKs0lq2h6g==", "dev": true }, "typical": { -- Gitee