diff --git a/services/API-service/package.json b/services/API-service/package.json index a8e0637c0..3fe15a0c3 100644 --- a/services/API-service/package.json +++ b/services/API-service/package.json @@ -64,6 +64,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsc-watch": "^6.0.0", + "tsconfig-paths": "^3.9.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz", "yargs": "^17.0.0" } diff --git a/tests/integration/package.json b/tests/integration/package.json index 669532efc..184eb2b4f 100644 --- a/tests/integration/package.json +++ b/tests/integration/package.json @@ -22,6 +22,7 @@ "prettier": "^3.4.2", "supertest": "^6.1.3", "ts-jest": "^29.2.5", + "tsconfig-paths": "^4.2.0", "typescript-eslint": "^8.18.1" } }