make login work

This commit is contained in:
Roei Elisha
2018-05-24 02:22:06 +03:00
committed by Godzil
parent 9e2f5401d0
commit 6ad4cbed0a
5 changed files with 177 additions and 142 deletions

View File

@@ -6,6 +6,9 @@
"removeComments": false,
"module": "commonjs",
"outDir": "dist",
"sourceMap": true
"sourceMap": true,
"lib": [
"es2015"
]
}
}