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