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:
2026-04-14 15:58:08 -04:00
parent 895e74c657
commit a1572d327f
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -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",