diff --git a/features/platform-admin/backend-api/tsconfig.json b/features/platform-admin/backend-api/tsconfig.json index 45f8f06cc..32e5f15cf 100644 --- a/features/platform-admin/backend-api/tsconfig.json +++ b/features/platform-admin/backend-api/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "module": "nodenext", - "moduleResolution": "nodenext", + "module": "ESNext", + "moduleResolution": "bundler", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true,