Update deps

This commit is contained in:
RainLoop Team 2018-10-06 02:13:58 +03:00
parent 87bfa64af0
commit 95eb786a3f
7 changed files with 489 additions and 185 deletions

View file

@ -2,8 +2,15 @@
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": "./dev",
"paths": {
"*": [
"*",
]
},
},
"exclude": [
"build",