From 9f4de6df20b7bac4d8edf03d1787e1b0b6180610 Mon Sep 17 00:00:00 2001 From: Bowen Song Date: Mon, 30 Sep 2024 17:05:41 +0800 Subject: [PATCH] fix: fix obo template --- hello-world-tab-with-backend/api/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello-world-tab-with-backend/api/tsconfig.json b/hello-world-tab-with-backend/api/tsconfig.json index f5dd8463..74d4d487 100644 --- a/hello-world-tab-with-backend/api/tsconfig.json +++ b/hello-world-tab-with-backend/api/tsconfig.json @@ -8,5 +8,7 @@ "strict": false, "typeRoots": ["./node_modules/@types"], "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "moduleResolution": "nodenext", } }