From 3954e1bdc8f9b92aed552537d7df3094d6f4ed9b Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 10 Jan 2026 09:50:11 -0800 Subject: [PATCH] =?UTF-8?q?fix(backend-api):=20=F0=9F=90=9B=20update=20mod?= =?UTF-8?q?ule=20and=20resolution=20settings=20in=20tsconfig.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/platform-admin/backend-api/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,