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,