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:
parent
5aa53d70aa
commit
0c691af1d2
|
@ -4,7 +4,8 @@
|
|||
"outDir": "../out-tsc/app",
|
||||
"module": "es2015",
|
||||
"baseUrl": "",
|
||||
"types": []
|
||||
"types": [],
|
||||
"importHelpers": true
|
||||
},
|
||||
"exclude": [
|
||||
"testing/**/*",
|
||||
|
|
Loading…
Reference in New Issue