From 6d12759bf9a581a5b7204aa13d0c2d14e5e9f29b Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Tue, 7 Oct 2025 17:45:40 +0530 Subject: [PATCH] Revert module resolution (#23760) --- .../src/main/resources/ui/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-ui-core-components/src/main/resources/ui/tsconfig.json b/openmetadata-ui-core-components/src/main/resources/ui/tsconfig.json index 0fd5946911b..caacf7f0ff6 100644 --- a/openmetadata-ui-core-components/src/main/resources/ui/tsconfig.json +++ b/openmetadata-ui-core-components/src/main/resources/ui/tsconfig.json @@ -7,7 +7,7 @@ "allowJs": false, "strict": true, "forceConsistentCasingInFileNames": true, - "moduleResolution": "bundler", + "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": false,