From 683c7a8dbdc1d9d962a10a2230ea9e891e847a49 Mon Sep 17 00:00:00 2001 From: "benjamin.anthonio" <benjamin.anthonioz@etu.hesge.ch> Date: Mon, 31 Mar 2025 18:20:35 +0200 Subject: [PATCH] update node dependecies --- microservices/auth/package.json | 1 - microservices/auth/tsconfig.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/microservices/auth/package.json b/microservices/auth/package.json index 532a52fc..eecfbabb 100644 --- a/microservices/auth/package.json +++ b/microservices/auth/package.json @@ -5,7 +5,6 @@ "license": "", "author": "Michaƫl Minelli <michael-jean.minelli@hesge.ch>", "main": "dist/src/app.js", - "type": "module", "scripts": { "env:decrypt": "npx dotenvx decrypt", "env:update": "npx dotenvx encrypt", diff --git a/microservices/auth/tsconfig.json b/microservices/auth/tsconfig.json index 0af92795..64ca039a 100644 --- a/microservices/auth/tsconfig.json +++ b/microservices/auth/tsconfig.json @@ -3,8 +3,8 @@ "baseUrl" : ".", "outDir" : "dist", "strict" : true, - "target" : "ES2022", - "module" : "commonjs", + "target" : "ESNext", + "module" : "ESNext", "sourceMap" : true, "noImplicitAny" : true, "esModuleInterop" : true, -- GitLab