diff --git a/package.json b/package.json index 89c6a8c..1a6a642 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,6 @@ "@hyperledger/aries-askar-nodejs": "^0.2.0", "dotenv": "^16.0.1", "express": "^4.18.1", - "prettier": "^2.8.4", "tslog": "^3.3.3", "tsyringe": "^4.8.0", "ws": "^8.17.1" @@ -47,6 +46,7 @@ "@types/node": "^20.14.9", "@types/node-fetch": "^2.6.11", "jest": "^29.2.2", + "prettier": "^2.8.4", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "^4.8.4" diff --git a/tsconfig.build.json b/tsconfig.build.json index c0fed86..24f76b4 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -13,7 +13,8 @@ "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "experimentalDecorators": true, - "emitDecoratorMetadata": true + "emitDecoratorMetadata": true, + "skipLibCheck": true }, "exclude": [ "node_modules",