Refactor and fix error hydration message socket io
- Position message send will be on format : message : userId : user identification roomId: room identification position: position of user in map x: user x position on map y: user y position on map - Create Point object and interface to have position x and y of user in map.
This commit is contained in:
parent
ba47d8b1d4
commit
e8da727cae
5 changed files with 49 additions and 17 deletions
|
@ -43,8 +43,8 @@
|
|||
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
|
||||
"baseUrl": ".", /* Base directory to resolve non-absolute module names. */
|
||||
"paths": {
|
||||
"@Controller/*": ["src/Controller/*"],
|
||||
"@Model/*": ["src/Model/*"]
|
||||
"_Controller/*": ["src/Controller/*"],
|
||||
"_Model/*": ["src/Model/*"]
|
||||
}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
|
||||
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
|
||||
// "typeRoots": [], /* List of folders to include type definitions from. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue