chore(apps): add tslib dep and update tsconfig.json file (#6464)

* fix: don't crash on startup due to tslib not being found

* fix: prevent error 'sourceMap' cannot be specified with option 'inlineSourceMap'

* Revert "fix: prevent error 'sourceMap' cannot be specified with option 'inlineSourceMap'"

This reverts commit c9d96de10a.

* chore: updates tsconfig.json file
This commit is contained in:
Dan Bock
2018-11-01 09:44:10 -04:00
committed by Vasil Chimev
parent 371fc9b647
commit eca938d9de
2 changed files with 24 additions and 18 deletions

View File

@@ -13,7 +13,8 @@
}
},
"dependencies": {
"tns-core-modules": "*"
"tns-core-modules": "*",
"tslib": "^1.9.3"
},
"devDependencies": {
"babel-traverse": "6.10.4",