From dcff08f99b7d452515845a2823030c470693547b Mon Sep 17 00:00:00 2001 From: huangyu Date: Sat, 26 Nov 2022 13:11:22 +0800 Subject: [PATCH] Remove imported type Change-Id: Ie18ff98c24f15012d756a5e492c9af134d3fde97 Signed-off-by: huangyu --- ts2panda/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts2panda/src/index.ts b/ts2panda/src/index.ts index fe54a87c38..33cc688f98 100644 --- a/ts2panda/src/index.ts +++ b/ts2panda/src/index.ts @@ -487,7 +487,7 @@ namespace Compiler { strictNullChecks: false, skipLibCheck: true, alwaysStrict: true, - importsNotUsedAsValues: ts.ImportsNotUsedAsValues.Preserve + importsNotUsedAsValues: ts.ImportsNotUsedAsValues.Remove }; } } -- Gitee