From 9fd6faf7c999613c2a98fad7f874755649c396a8 Mon Sep 17 00:00:00 2001 From: rentu Date: Tue, 3 Sep 2024 13:23:57 +0800 Subject: [PATCH] fix: hello-world-tab-with-backend deploy issue --- 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, } }