From bc48cfafea90275ce0152abfe39582e366f3be1e Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 3 Feb 2026 14:20:17 +0200 Subject: [PATCH] Angular 20 migration --- ui-ngx/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/tsconfig.json b/ui-ngx/tsconfig.json index 36c5777a6f..c667775ba9 100644 --- a/ui-ngx/tsconfig.json +++ b/ui-ngx/tsconfig.json @@ -9,7 +9,7 @@ "esModuleInterop": true, "declaration": false, "experimentalDecorators": true, - "moduleResolution": "bundler", + "moduleResolution": "node", "importHelpers": true, "target": "ES2022", "module": "es2020",