Signup from game
This commit is contained in:
parent
60c2da0429
commit
33b47dcb67
6 changed files with 88 additions and 18 deletions
|
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2016",
|
||||
"target": "es5",
|
||||
"module": "es6",
|
||||
"strict": true,
|
||||
"lib": [
|
||||
"es2015",
|
||||
"dom"
|
||||
],
|
||||
"noImplicitAny": false,
|
||||
"noEmit": true,
|
||||
"allowJs": true,
|
||||
|
|
@ -15,7 +19,9 @@
|
|||
"sourceMap": true,
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"~/*": ["./*"]
|
||||
"~/*": [
|
||||
"./*"
|
||||
]
|
||||
},
|
||||
"typeRoots": [
|
||||
"node_modules/@types",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue