chore: upgrade many dependencies and restructure tsconfigs (#757)

* chore: upgrade many dependencies and restructure tsconfigs

Summary:
- upgrade many dependencies
- remove dev dependencies from test-serializer and uhk-common
- created root tsconfig.json and test-serializer and uhk-common
  tsconfigs extends it
- fixed e2e test

* chore: upgrade more dependencies
This commit is contained in:
Róbert Kiss
2018-08-22 00:34:16 +02:00
committed by László Monda
parent b41f14192a
commit a7d3b62512
16 changed files with 10209 additions and 5004 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compileOnSave": false,
"compilerOptions": {
"sourceMap": true,
"declaration": true,
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5"
}
}