From 5428ccfb0ace6d2c405e442c8eec4cb0be96495f Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 4 Jan 2026 07:13:45 -0800 Subject: [PATCH] =?UTF-8?q?fix(backend-api):=20=F0=9F=90=9B=20update=20mod?= =?UTF-8?q?ule=20resolution=20and=20declaration=20options=20in=20tsconfig.?= =?UTF-8?q?json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/landing/backend-api/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/landing/backend-api/tsconfig.json b/features/landing/backend-api/tsconfig.json index 4b8574d02..1e8ec8a89 100644 --- a/features/landing/backend-api/tsconfig.json +++ b/features/landing/backend-api/tsconfig.json @@ -1,8 +1,8 @@ { "extends": "../../../tsconfig.base.json", "compilerOptions": { - "module": "commonjs", - "moduleResolution": "node", + "module": "node16", + "moduleResolution": "node16", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true,