summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-04-03 10:04:21 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-04-03 10:04:21 +0200
commit780c08ab8b8a33ec8d08821f839f0d5dc034931b (patch)
treea875aa01d67fab85d696623790e2ae326efeb86e /tsconfig.json
parent80c33f5303e2c083841933de4338f7e5d15de972 (diff)
Rename user.ts to user-authentication.ts
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index b6966990..436c6181 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,7 +10,7 @@
"src/scripts/colors.ts",
"src/scripts/definitions.ts",
"src/scripts/serverconnection.ts",
- "src/scripts/user.ts",
+ "src/scripts/user-authentication.ts",
"src/scripts/util.ts",
"src/scripts/controllers/mapcontroller.ts",
"src/scripts/controllers/simulationcontroller.ts",