From b72726fe5acb0dccc892da95744c57a71c77e191 Mon Sep 17 00:00:00 2001 From: zhangchen168 Date: Tue, 28 Mar 2023 10:24:31 +0800 Subject: [PATCH] Enable emitting files in node modules on 3.2 release Issue: https://gitee.com/openharmony/third_party_typescript/issues/I6QTFW Signed-off-by: zhangchen168 Change-Id: Ie2202b2c2779269de56a229c17e955753959e790 --- 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 b6a14d0556..d66e4069ce 100644 --- a/ts2panda/package-lock.json +++ b/ts2panda/package-lock.json @@ -4471,7 +4471,7 @@ }, "typescript": { "version": "file:deps/ohos-typescript-4.2.3-r2.tgz", - "integrity": "sha512-aya3Pd39L0HkhtDoJqWtqOYsWp1IIjDrJB2pb3yZuN8kqWdQ66BZ1+ItZPDQyCVdGtHm+D0xe3ksTxuyp9tGoQ==", + "integrity": "sha512-Rm+qbHsHpJ9L/1/qte6cKYa/0EUD8LQpGcf5H1CMIN04g3tDj/drWn1FTCq/cOInm5NbgtQOHuzs+dWDqVTsTw==", "dev": true }, "typical": { -- Gitee