get users working

This commit is contained in:
2020-10-11 18:58:18 +03:00
committed by Stepan Usatiuk
parent e4b8ed0702
commit 978c0d9438
16 changed files with 1360 additions and 22 deletions

View File

@@ -15,7 +15,13 @@
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"strictFunctionTypes": true,
"strictNullChecks": true
"strictNullChecks": true,
"baseUrl": "./src",
"paths": {
"~*": [
"./*"
]
}
},
"include": [
"./src/**/*.ts",