Fix typo
authorgparant <g.parant@thecodingmachine.com>
Sat, 4 Apr 2020 21:29:36 +0000 (23:29 +0200)
committergparant <g.parant@thecodingmachine.com>
Sat, 4 Apr 2020 21:29:36 +0000 (23:29 +0200)
back/README.md
back/tsconfig.json

index 12a9fcabb0724b37cdecd4c45a01ee66ab38787e..8a78f403e0e280de6ca41d7050dd906d06bbb4ff 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Login
 To start your game, you must authenticate on the server back.
-When you are authenticated, the back server return token and rooms started.
+When you are authenticated, the back server return token and room starting.
 ```
 POST => /login 
 Params : 
index 2fefad634c6818a0d9d3d1645cd10ada9cf146c8..7686fb67270854f155eda0702a0659a4182c42e9 100644 (file)
@@ -44,7 +44,8 @@
     "baseUrl": ".",                           /* Base directory to resolve non-absolute module names. */
     "paths": {
       "_Controller/*": ["src/Controller/*"],
-      "_Model/*": ["src/Model/*"]
+      "_Model/*": ["src/Model/*"],
+      "_Enum/*": ["src/Enum/*"]
     },                                        /* 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. */