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 b3a304ab460..a857c44d07e 100644 --- a/openmetadata-ui-core-components/src/main/resources/ui/tsconfig.json +++ b/openmetadata-ui-core-components/src/main/resources/ui/tsconfig.json @@ -2,12 +2,12 @@ "compilerOptions": { "target": "ES5", "lib": ["ES2020", "DOM", "DOM.Iterable"], - "module": "esnext", + "module": "nodenext", "skipLibCheck": true, "allowJs": false, "strict": true, "forceConsistentCasingInFileNames": true, - "moduleResolution": "node", + "moduleResolution": "nodenext", "resolveJsonModule": true, "isolatedModules": true, "noEmit": false,