upgrade to ADF 2.2.0-beta1 (#185)

* upgrade to ADF 2.2.0-beta1

* upgrade and cleanup unit tests

* cleanup unused locals

* cleanup test files
This commit is contained in:
Denys Vuika
2018-02-05 09:15:57 +00:00
committed by Cilibiu Bogdan
parent f2cb478c1f
commit b28eabc63d
22 changed files with 154 additions and 169 deletions

View File

@@ -7,6 +7,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"noUnusedLocals": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
@@ -14,8 +15,6 @@
"lib": [
"es2017",
"dom"
],
"skipLibCheck": true
]
}
}