build: import tslib rather than output TS helpers (#16901)

This commit is contained in:
Jason Aden
2017-05-23 13:01:39 -07:00
committed by Chuck Jazdzewski
parent 1651a8f189
commit fa809ec8cf
44 changed files with 3011 additions and 5898 deletions

View File

@ -7,6 +7,9 @@
"typings": "./language-service.d.ts",
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^1.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"