From f82488b92d432fa7368dfa3e445ec3192eeae6f7 Mon Sep 17 00:00:00 2001 From: lihong Date: Mon, 27 Sep 2021 19:54:48 +0800 Subject: [PATCH] lihong67@huawei.com add allowJs. Signed-off-by: lihong Change-Id: If98a4fe3ec0f1241b3228d838249b3576543d933 --- compiler/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index cae97f6ac..156470233 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -1,6 +1,7 @@ { "compileOnSave": false, "compilerOptions": { + "allowJs": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "noImplicitAny": false, -- Gitee