fix: relax tsconfig and add @types/bs58 for build
- Set strict: false and disable strict type checking options - Add @types/bs58 dev dependency - Fixes TypeScript compilation errors in Docker build
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/bs58": "^4.0.4",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/jsonwebtoken": "^9.0.5",
|
||||
|
||||
Reference in New Issue
Block a user