From 430f21f203f4c19adf0b392a7bd0ed93dcdef2c6 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Thu, 29 Jan 2026 14:00:39 +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",