From ef747dee1c3c8345bbb1adebf12ba1c61bf46031 Mon Sep 17 00:00:00 2001 From: lihong Date: Mon, 27 Sep 2021 19:50:23 +0800 Subject: [PATCH] lihong67@huawei.com add allowJs. Signed-off-by: lihong Change-Id: I679172b84264634052cdeec8f3d715e1a781315f --- 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