chore(typings): restrict Angular to es5+collections+promise

This commit is contained in:
Alex Eagle
2016-06-24 15:37:46 -07:00
parent d20488752b
commit e913d9954d
5 changed files with 81 additions and 14 deletions

1
modules/types.d.ts vendored
View File

@ -14,3 +14,4 @@
/// <reference path="../node_modules/@types/node/index.d.ts" />
/// <reference path="../node_modules/@types/protractor/index.d.ts" />
/// <reference path="../node_modules/@types/selenium-webdriver/index.d.ts" />
/// <reference path="./es6-subset.d.ts" />