From eeaa9f1b287ecd162d724a22179d620a9cf49d3a Mon Sep 17 00:00:00 2001 From: DavideViolante Date: Sat, 31 Aug 2024 18:31:35 +0200 Subject: [PATCH] fix: backend not running correctly --- server/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/tsconfig.json b/server/tsconfig.json index 4e48c520..a77a2837 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -3,7 +3,8 @@ "compilerOptions": { "outDir": "../dist/server", "baseUrl": "", + "moduleResolution": "node", + "module": "commonjs", "types": ["node", "jest"], - "skipLibCheck": true // Added due to jest and jasmine errors } } \ No newline at end of file