From cc438391a8c3d6de0a0b12da400e4702bfb693d2 Mon Sep 17 00:00:00 2001 From: rentu <5545529+SLdragon@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:40:35 +0800 Subject: [PATCH] fix: hello-world-tab-with-backend deploy issue (#1320) Co-authored-by: rentu --- hello-world-tab-with-backend/api/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello-world-tab-with-backend/api/tsconfig.json b/hello-world-tab-with-backend/api/tsconfig.json index cca0ca95..f5dd8463 100644 --- a/hello-world-tab-with-backend/api/tsconfig.json +++ b/hello-world-tab-with-backend/api/tsconfig.json @@ -6,6 +6,7 @@ "rootDir": ".", "sourceMap": true, "strict": false, - "typeRoots": ["./node_modules/@types"] + "typeRoots": ["./node_modules/@types"], + "esModuleInterop": true, } }