build(aio): start using tsc importHelpers option for the app

this means we'll be temporarily duplicating the helpers (onces included via scripts
and secondly imported via es imports) - once rxjs, core and material migrate over
to tslib, we can drop the scripts/global dupe.
This commit is contained in:
Igor Minar 2017-05-22 23:02:37 -07:00 committed by Pete Bacon Darwin
parent 5aa53d70aa
commit 0c691af1d2
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"outDir": "../out-tsc/app",
"module": "es2015",
"baseUrl": "",
"types": []
"types": [],
"importHelpers": true
},
"exclude": [
"testing/**/*",