From a64fbf973ab98882763890551cff8d67038240f2 Mon Sep 17 00:00:00 2001 From: rjs123431 Date: Thu, 12 Sep 2024 12:44:31 +0800 Subject: [PATCH] Fix angular build error --- angular/src/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/angular/src/tsconfig.json b/angular/src/tsconfig.json index 2978fe0a..c6d20bff 100644 --- a/angular/src/tsconfig.json +++ b/angular/src/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "allowSyntheticDefaultImports": true, "declaration": false, "downlevelIteration": true, "experimentalDecorators": true,