Problem registering adapter in socketIo using typescript.  Packages ```json { "devDependencies": { "typescript": "4.5.2" }, "dependencies": { "@socket.io/redis-adapter": "^7.1.0", "socket.io": "^4.4.1" } } ``` ------ I solved the problem by doing  But it doesn't seem like the best way to me.